Back to Devexpress

IRichEditDocumentServer.DocumentLoaded Event

officefileapi-devexpress-dot-xtrarichedit-dot-iricheditdocumentserver-f50c4c3a.md

latest1.9 KB
Original Source

IRichEditDocumentServer.DocumentLoaded Event

Occurs after a document is loaded.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
event EventHandler DocumentLoaded
vb
Event DocumentLoaded As EventHandler

Event Data

The DocumentLoaded event's data class is EventArgs.

Remarks

The DocumentLoaded event fires after executing the RichEditControl.LoadDocument or Document.LoadDocument method and after specifying values for the following properties:

See Also

IRichEditDocumentServer Interface

IRichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace