OnClose event

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJBrowseDialog

Applies to: ~>2.0

property OnClose: TNotifyEvent;

Description

This event occurs when the dialog closes.

Write an OnClose event handler to perform special processing when the dialog closes.

The dialog’s window handle is available via the Handle property. The Sender parameter can be cast to TPJBrowseDialog in order to access the Handle property.