Skip to main content

BootstrapChartOptionChangedEventArgs Interface

#Declaration

TypeScript
interface BootstrapChartOptionChangedEventArgs extends BootstrapChartEventArgsBase

#Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

#Inherited Members

#Inheritance

EventArgs
BootstrapChartEventArgsBase
BootstrapChartOptionChangedEventArgs

#Properties

#fullName Property

#Declaration

TypeScript
readonly fullName: string

#Property Value

Type
string

#name Property

#Declaration

TypeScript
readonly name: string

#Property Value

Type
string

#previousValue Property

#Declaration

TypeScript
readonly previousValue: any

#Property Value

Type
any

#value Property

#Declaration

TypeScript
readonly value: any

#Property Value

Type
any