Skip to main content

IRichEditDocumentServer.HtmlTextChanged Event

For internal use.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

event EventHandler HtmlTextChanged

Event Data

The HtmlTextChanged event's data class is EventArgs.

Remarks

Subscribe to the RichEditControl.ContentChanged event instead.

See Also