TCustomdxComponentPrinter.OnAfterPreview Event
In This Article
Occurs after closing the preview form.
#Declaration
Delphi
property OnAfterPreview: TdxPreviewEvent read; write;
#Remarks
Handle this event to perform specific actions when closing the preview window of the report contained in the link specified by the AReportLink parameter.
See Also