Skip to main content

ASPxClientFlashScriptCommandEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientObjectContainer.FlashScriptCommand event.

#Declaration

TypeScript
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