Sub OnUpdate(Sender: IActionItem; Args: IEventArgs);
Begin
//set of operators;
End Sub OnUpdate;
Sender - parameter that returns action of the ActionList component that was updated.
Args - parameter that enables the user to determine event parameters.
The OnUpdate event occurs when actions of the ActionList component are updated.
See also: