BootstrapChartOptionChangedEventArgs Interface
In This Article
#Declaration
TypeScript
interface BootstrapChartOptionChangedEventArgs extends BootstrapChartEventArgsBase
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#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 |