PopupMenu.OnClose

Syntax

OnClose(Sender: Object; Args: IEventArgs);

Parameters

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

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

Description

The OnClose event occurs after the context menu has closed.

Comments

The event occurs irrespective whether any menu item was selected or menu call was canceled.

See also:

PopupMenu