Skip to main content

RichEditDocumentServer.ModifiedChanged Event

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public event EventHandler ModifiedChanged

Event Data

The ModifiedChanged event's data class is EventArgs.

Implements

See Also