Sub OnFSCommand(Sender: Object; Args: IFlashBoxCommandEventArgs);
Begin
//set of operators;
End Sub OnFSCommand;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnFSCommand event occurs when the Flash object receives a command.
See also: