Skip to main content

TdxPDFDocument.OnUnloaded Event

Enables you to respond to closing the PDF document.

Declaration

property OnUnloaded: TNotifyEvent read; write;

Remarks

The Clear procedure raises the OnUnloaded event. The Sender parameter returns the PDF document container that raised the event.

Note

The TdxPDFViewer control automatically handles the OnUnloaded event for its Document container. If you work with the PDF Viewer, handle the TdxPDFViewer control’s OnDocumentUnloaded event.

See Also