Skip to main content
All docs
V24.2

IRichEditDocumentServer.DocmBytesChanged Event

For internal use.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

event EventHandler DocmBytesChanged

Event Data

The DocmBytesChanged event's data class is EventArgs.

Remarks

Subscribe to the IRichEditDocumentServer.ContentChanged event instead.

See Also