BootstrapClientChartBaseTooltipHiddenEventHandler<Sender> Interface
A method that will handle the BootstrapClientChartBase.TooltipHidden event.
Declaration
interface BootstrapClientChartBaseTooltipHiddenEventHandler<Sender> { (source: Sender, e: any): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | any | An object that contains event data. |