Breadcrumb.OnGetPopupMenu

Syntax

Sub OnGetPopupMenu(Sender: Object; Args: IBreadcrumbItemPopupMenuEventArgs);

Begin

//set of operators;

End Sub OnGetPopupMenu;

Parameters

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

Args - parameter that enables the user to determine event parameters.

Description

The OnGetPopupMenu event occurs when the context menu opens for the component element.

Comments

The context menu opens by clicking the additional mouse button in the area of element or by pressing the button of element, it is also opened by pressing the additional button that is displayed after the elements deletion button.

See also:

Breadcrumb