|
ShellBrowser Delphi Components Documentation
|
Occurs when an item in the breadcrumbbar was clicked.
TBreadCrumbsItemClickEvent = procedure (Sender: TObject; Item: TBreadCrumbItem; Button, Clicked: Boolean; var Handled: Boolean) of object;
|
Parameters |
Description |
|
Sender |
The sender. |
|
Item |
The Item that was clicked. |
|
Button |
True if the breadcrumb item was clicked on expand button 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. |
|
Handled |
Set to True to mark the action as handled. |