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