PopupMenu.OnClose

Syntax

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

Begin

//set of operators;

End Sub OnClose;

Parameters

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

The Args parameter allows 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 cancelled.

See also:

PopupMenu