PopupMenu.OnPopup

Syntax

Sub PopupMenuOnPopup(Sender: Object; Args: IPopupMenuEventArgs);

Begin

//set of operators;

End Sub PopupMenuOnPopup;

Parameters

Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnPopup event occurs directly before the context menu appears.

See also:

PopupMenu