Breadcrumb.OnGetPopupMenu

Fore Syntax

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

Begin

//set of operators;

End Sub OnGetPopupMenu;

Fore.NET Syntax

None

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnGetPopupMenu event occurs when the context menu is called for the element of the component.

Comments

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

See also:

Breadcrumb