This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace:DevExpress.Xpf.RichEdit
Assembly:DevExpress.Xpf.RichEdit.v19.2.dll

Syntax
C# |
public event EventHandler HtmlTextChanged
|
VB |
event Public HtmlTextChanged As EventHandler
|

Event Data
The event handler receives an argument of type System.EventArgs containing data related to this event.

Remarks
Subscribe to the ContentChanged event instead.

See Also