Back to Devexpress

BootstrapClientChartBaseTooltipShownEventHandler<Sender> Interface

aspnetbootstrap-js-bootstrapclientchartbasetooltipshowneventhandler-1.md

latest501 B
Original Source

BootstrapClientChartBaseTooltipShownEventHandler<Sender> Interface

A method that will handle the BootstrapClientChartBase.TooltipShown event.

Declaration

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

Parameters

NameTypeDescription
sourceSender

The event source.

| | e | any |

An object that contains event data.

|