Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 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