Sub OnClose(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnClose;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnClose event occurs after the context menu has closed.
The event occurs irrespective whether any menu item was selected or menu call was canceled.
See also: