ActionList.OnExecute

Syntax

OnExecute(Sender: IActionItem; Args: IEventArgs);

Parameters

Sender. The parameter that returns action of the ActionList component that was executed.

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

Description

The OnExecute event occurs when any action of the ActionList component was executed.

See also:

ActionList