ShellBrowser Delphi Components Documentation
|
Occurs when the user clicks on a breadcrumb item.
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. |