Sub OnItemClick(Sender: Object; Args: IBreadcrumbMouseEventArgs);
Begin
//set of operators;
End Sub OnItemClick;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnItemClick event occurs when the mouse button click is made on the element of the Breadcrumb component.
See also: