ASPxClientObjectContainer.FlashScriptCommand Event
In This Article
Occurs on the client side when the FSCommand action is called within the associated flash object’s action script.
#Declaration
TypeScript
FlashScriptCommand: ASPxClientEvent<ASPxClientFlashScriptCommandEventHandler<ASPxClientObjectContainer>>
#Event Data
The FlashScriptCommand event's data class is ASPxClientFlashScriptCommandEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
args | Gets arguments passed via the FSCommand action of the flash object. |
command | Gets a command passed via the FSCommand action of the flash object. |
#Remarks
The FlashScriptCommand event allows you to respond to messages passed via the flash object’s FSCommand action.
See Also