BootstrapClientChartBaseDoneEventHandler<Sender> Interface
In This Article
A method that will handle the BootstrapClientChartBase.Done event.
#Declaration
TypeScript
interface BootstrapClientChartBaseDoneEventHandler<Sender> { (source: Sender, e: any): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | any | A Bootstrap |