Occurs when navigating to a folder.
TNavigationPendingEvent = procedure (Sender: TObject; const pFolder: IItemIdList; var pCancel: Boolean) of object;
Parameters |
Description |
Sender |
The sender. |
pFolder |
The folder to which the navigation is pending. |
pCancel |
Set to True to cancel the navigation. |