Events
This section describes events exposed by this widget.
disposing
Fires when the widget is being removed.
Event Handler Argument:
e:
Provides function parameters.
Object structure:
See Also
optionChanged
Fires after an option of the component is changed.
Event Handler Argument:
e:
Provides function parameters.
Object structure:
component:
Provides access to the widget instance.
name:
Specifies the name of the option whose value is changed.
fullName:
Specifies a full name of the option whose value is changed. The full name is formed by concatenating the names of the options that are presented in the hierarchy of the given option. The names are delimited by commas.
value: any
Specifies a new value for the option.
element:
An HTML element of the widget.
model:
Provides access to the data that is available for binding against the element. Available only in the Knockout and AngularJS approaches.
characters remaining