Back to Devexpress

BootstrapClientChartZoomStartEventHandler<Sender> Interface

aspnetbootstrap-js-bootstrapclientchartzoomstarteventhandler-1.md

latest557 B
Original Source

BootstrapClientChartZoomStartEventHandler<Sender> Interface

A method that will handle the BootstrapClientChart.ZoomStart event.

Declaration

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

Parameters

NameTypeDescription
sourceSender

The event source.

| | e | any |

A BootstrapUIWidgetEventArgsBase object that contains event data.

|