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

    For internal use.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    event EventHandler DocBytesChanged

    Event Data

    The DocBytesChanged event's data class is EventArgs.

    Remarks

    Subscribe to the IRichEditDocumentServer.ContentChanged event instead.

    See Also