Breadcrumb.OnButtonClick

Syntax

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

Begin

//set of operators;

End Sub OnButtonClick;

Parameters

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

Args - parameter that enables the user 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