Skip to main content
All docs
V25.1
  • IRichEditDocumentServer.DocmBytesChanged Event

    For internal use.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v25.1.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