Skip to main content

RichEditDocumentServer.ModifiedChanged Event

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

Namespace: DevExpress.XtraRichEdit

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

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

Declaration

public event EventHandler ModifiedChanged

Event Data

The ModifiedChanged event's data class is EventArgs.

Implements

See Also