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