TdxPDFDocument.OnUnloaded Event
In This Article
Enables you to respond to closing the PDF document.
#Declaration
Delphi
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 TdxOn
event for its Document container. If you work with the PDF Viewer, handle the Tdx
See Also