Back to Devexpress

TdxRichEditControlBase.OnContentChanged Event

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-2162109b.md

latest1.1 KB
Original Source

TdxRichEditControlBase.OnContentChanged Event

Enables you to track content changes in the opened document.

Declaration

delphi
property OnContentChanged: TNotifyEvent read; write;

Remarks

This event occurs after every change made in the opened document.

The Sender parameter provides access to the Rich Edit control that raised the OnContentChanged event. Cast the parameter value to the TdxRichEditControl class to access all class-specific members of the control.

See Also

TdxRichEditControlBase

TdxRichEditControlBase.DocumentModelModified

TdxRichEditControlBase.OnModifiedChanged

TdxRichEditCustomDocumentServer.OnContentChanged

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit