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

TdxRichEditNotificationOptions.Changed Property

Occurs when any of the settings with a particular Rich Edit control options set is modified.

#Declaration

#Property Value

Type
TdxRichEditNotificationOptionsChangedEventHandler

#Remarks

This multicast event is raised every time a setting within a particular Rich Edit control options set (that is, an instance of a TdxRichEditNotificationOptions class descendant) is changed. Normally, the Changed event is used to notify the control’s internal objects, such as the Document Server and Document Model.

The Sender parameter specifies the options set that raised the Changed event.

The Args parameter returns a set of changes (actions) performed within the Sender options set.

Note

Calling the EndUpdate or Reset procedure raises the Changed event.

See Also