Skip to main content

BootstrapClientChartZoomStartEventHandler<Sender> Interface

A method that will handle the BootstrapClientChart.ZoomStart event.

Declaration

interface BootstrapClientChartZoomStartEventHandler<Sender> { (source: Sender, e: any): void; }

Parameters

Name Type Description
source Sender

The event source.

e any

A BootstrapUIWidgetEventArgsBase object that contains event data.