Skip to main content

TdxRichEditCustomDocumentServer.OnDocumentLoaded Event

Enables you to respond to a successful document load operation.

Declaration

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