Skip to main content

BootstrapClientChartZoomStartEventHandler<Sender> Interface

In This Article

A method that will handle the BootstrapClientChart.ZoomStart event.

#Declaration

TypeScript
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.