TdxPageSetupDialog.OnClose Event
In This Article
Occurs when closing the Page Setup dialog window.
#Declaration
Delphi
property OnClose: TNotifyEvent read; write;
#Remarks
Write an OnClose event handler to perform custom actions when the Page Setup dialog window is about to close.
See Also