ASPxClientFlashScriptCommandEventHandler<Sender> Interface
A method that will handle the ASPxClientObjectContainer.FlashScriptCommand event.
Declaration
interface ASPxClientFlashScriptCommandEventHandler<Sender> { (source: Sender, e: ASPxClientFlashScriptCommandEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event source. |
| e | ASPxClientFlashScriptCommandEventArgs | A ASPxClientFlashScriptCommandEventArgs object that contains event data. |
See Also