Skip to main content
All docs
V24.2

IRichEditDocumentServer.DotBytesChanged Event

For internal use.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v24.2.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