Skip to main content

BootstrapClientChartBaseLegendClickEventHandler<Sender> Interface

In This Article

A method that will handle the BootstrapClientChartBase.LegendClick event.

#Declaration

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

#Parameters

Name Type Description
source Sender

The event source.

e any

An object that contains event data.