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

    For internal use.

    Namespace: DevExpress.XtraRichEdit

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    event EventHandler DotBytesChanged

    Event Data

    The DotBytesChanged event's data class is EventArgs.

    Remarks

    Subscribe to the IRichEditDocumentServer.ContentChanged event instead.

    See Also