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