FlashBox.OnFSCommand

Syntax

Sub OnFSCommand(Sender: Object; Args: IFlashBoxCommandEventArgs);

Begin

//set of operators;

End Sub OnFSCommand;

Parameters

Sender - parameter that returns the component that has generated the event.

Args - parameter that enables the user to determine event parameters.

Description

The OnFSCommand event occurs when a Flash object receives a command.

See also:

FlashBox