|
ShellBrowser Delphi Components Documentation
|
Occurs when the user clicks on an item.
TBreadCrumbsClickEvent = procedure (Sender: TObject; Item: TBreadCrumbItem; Button, Clicked: Boolean) of object;
|
Parameters |
Description |
|
Sender |
The sender. |
|
Item |
Specifies the item being clicked. |
|
Button |
True if the breadcrumb item was clicked or False if it was clicked on the caption. |
|
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. |