Breadcrumb.OnButtonClick

Syntax

Sub OnButtonClick(Sender: Object; Args: IBreadcrumbMouseEventArgs);

Begin

//set of operators;

End Sub OnButtonClick;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

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:

Breadcrumb