Back to Devexpress

RichEditControl.OpenDocumentBytesChanged Event

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-bf61184c.md

latest1.5 KB
Original Source

RichEditControl.OpenDocumentBytesChanged Event

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler OpenDocumentBytesChanged
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event OpenDocumentBytesChanged As EventHandler

Event Data

The OpenDocumentBytesChanged event's data class is EventArgs.

Remarks

Subscribe to the RichEditControl.ContentChanged event instead.

See Also

ContentChanged

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace