Back to Devexpress

RichEditControl.MhtTextChanged Event

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-3a1b17a0.md

latest1.3 KB
Original Source

RichEditControl.MhtTextChanged Event

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler MhtTextChanged
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event MhtTextChanged As EventHandler

Event Data

The MhtTextChanged event's data class is EventArgs.

Remarks

Subscribe to the RichEditControl.ContentChanged event instead.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace