OnGetElementPopup(Sender: Object; Args: IMetabaseTreeListNodePopupEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnGetElementPopup event occurs on opening the context menu for a tree element.
The IMetabaseTreeListNodePopupEventArgs.PopupMenu property of event argument determines, which context menu is called for the element.
See also: