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