Skip to main content

IRichEditDocumentServer.ModifiedChanged Event

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

Namespace: DevExpress.XtraRichEdit

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

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

Declaration

event EventHandler ModifiedChanged

Event Data

The ModifiedChanged event's data class is EventArgs.

See Also