ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamShellBreadCrumbBar.TBreadCrumbItemClickEvent

Occurs when the user clicks on a breadcrumb item.

Syntax
Pascal
TBreadCrumbItemClickEvent = procedure (Item: TBreadCrumbItem; Clicked: Boolean) of object;
Parameters 
Description 
Item 
Specifies the item that was clicked.  
Clicked 
True indicates that the item was explicitly clicked with the mouse control. Otherwise indicates that the item was implicitly clicked because the mouse hovered over the item in MouseDown mode.