TCustomdxComponentPrinter.OnAfterPreview Event
Occurs after closing the preview form.
Declaration
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