ActionList.OnExecute

Syntax

Sub OnExecute(Sender: IActionItem; Args: IEventArgs);

Begin

//set of operators;

End Sub OnExecute;

Parameters

Sender is a parameter that returns action of the ActionList component that was performed.

The Args parameter enables you to determine event parameters.

Description

The OnExecute event occurs when any action of the ActionList component is performed.

See also:

ActionList