Skip to main content

TdxRichEditNotificationOptions.Changed Property

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

Declaration

property Changed: TdxRichEditNotificationOptionsChangedEventHandler read;

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