Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxEventArgs Type

The base class for all event argument containers in Rich Edit controls.

#Declaration

Delphi
TdxEventArgs = dxCoreClasses.TdxEventArgs;

#Referenced Class

Type
TdxEventArgs

#Remarks

An occurred event passes the following information into an assigned handler as parameters:

  • A reference to the object that raised the event (Sender).
  • A TdxEventArgs descendant instance, that is, an event argument container (Args).

Do not use the TdxEventArgs class directly. Use its descendants instead.

See Also