IRichEditDocumentServer.DocumentLoaded Event
Occurs after a document is loaded.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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:
- Document.Text
- Document.RtfText
- Document.OpenXmlBytes
- Document.WordMLText
- Document.HtmlText
- Document.MhtText
See Also