ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellLink.TNavigationPendingEvent

Occurs when navigating to a folder.

Syntax
Pascal
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.