Back to Devexpress

TdxRichEditCustomDocumentServer.OnDocumentLoaded Event

vcl-dxrichedit-dot-documentserver-dot-tdxricheditcustomdocumentserver-5e879b03.md

latest1.3 KB
Original Source

TdxRichEditCustomDocumentServer.OnDocumentLoaded Event

Enables you to respond to a successful document load operation.

Declaration

delphi
property OnDocumentLoaded: TNotifyEvent read; write;

Remarks

This event occurs every time a LoadDocument or LoadDocumentTemplate method call successfully imports a document. Handle the OnDocumentLoaded event to ensure that the document is completely loaded.

The Sender parameter provides access to the document server component that raised the OnContentChanged event. Cast the parameter value to the TdxRichEditDocumentServer class to access all class-specific members.

See Also

TdxRichEditCustomDocumentServer Class

TdxRichEditCustomDocumentServer Members

dxRichEdit.DocumentServer Unit