Sub OnReadyStateChange(Sender: Object; Args: IFlashBoxReadyStateChangeEventArgs);
Begin
//set of operators;
End Sub OnReadyStateChange;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnReadyStateChange event occurs when the Flash object readiness is changed.
See also: