Sub PopupMenuOnPopup(Sender: Object; Args: IPopupMenuEventArgs);
Begin
//set of operators;
End Sub PopupMenuOnPopup;
Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnPopup event occurs directly before the context menu appears.
See also: