MenuItem.OnPopup

Fore Syntax

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

Begin

//set of operators;

End Sub MenuItemOnPopup;

Fore.NET Syntax

Sub MemuItemOnPopup(sender: System.Object; e: System.EventArgs);

Begin

//set of operators;

End Sub MenuItemOnPopup;

Parameters

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

Args. This parameter allows to define event parameters.

Description

The OnPopup event occurs immediately before the context menu appears.

See also:

MenuItem