Sub OnButtonClick(Sender: Object; Args: IBreadcrumbMouseEventArgs);
Begin
//set of operators;
End Sub OnButtonClick;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user 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: