ActionList.OnUpdate

Syntax

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

Begin

//set of operators;

End Sub OnUpdate;

Parameters

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

The Args parameter enables you to determine event parameters.

Description

The OnUpdate event occurs when actions of the ActionList component are updated.

See also:

ActionList