Skip to main content

IRichEditDocumentServer.ModifiedChanged Event

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

event EventHandler ModifiedChanged

Event Data

The ModifiedChanged event's data class is EventArgs.

See Also