Sub OnGetPopupMenu(Sender: Object; Args: IBreadcrumbItemPopupMenuEventArgs);
Begin
//set of operators;
End Sub OnGetPopupMenu;
None
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnGetPopupMenu event occurs when the context menu is called for the element of the component.
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: