PopupMenu.OnClose

Syntax

Sub OnClose(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnClose;

Parameters

Sender - parameter that returns the component that has generated the event.

Args - parameter that enables the user to determine event parameters.

Description

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:

PopupMenu