ActionList.OnUpdate

Syntax

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

Begin

//set of operators;

End Sub OnUpdate;

Parameters

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

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

Description

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

See also:

ActionList