Back to Devexpress

RichEditControl.ModifiedChanged Event

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-20958c77.md

latest1.1 KB
Original Source

RichEditControl.ModifiedChanged Event

Occurs when the value of the RichEditControl.Modified property is changed.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public event EventHandler ModifiedChanged
vb
Public Event ModifiedChanged As EventHandler

Event Data

The ModifiedChanged event's data class is EventArgs.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace