BootstrapChartOptionChangedEventArgs Interface
Declaration
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.
Inheritance
EventArgs
BootstrapChartEventArgsBase
BootstrapChartOptionChangedEventArgs
Properties
fullName Property
Declaration
readonly fullName: string
Property Value
Type |
---|
string |
name Property
Declaration
readonly name: string
Property Value
Type |
---|
string |
previousValue Property
Declaration
readonly previousValue: any
Property Value
Type |
---|
any |
value Property
Declaration
readonly value: any
Property Value
Type |
---|
any |