Sub OnGetElementPopup(Sender: Object; Args: IMetabaseTreeListNodePopupEventArgs);
Begin
//set of operators;
End Sub OnGetElementPopup;
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that determines event parameters.
The OnGetElementPopup event occurs on opening the context menu for a tree element.
The PopupMenu property of event argument determines which context menu is called for the element.
See also: