Events
This section describes events fired by this widget.
disposing
Fires when the widget is being removed.
Instead, you can use the onDisposing option to handle the event.
See Also
initialized
Fires when the widget is initialized.
Instead, you can use the onInitialized option to handle the event.
See Also
optionChanged
Fires after an option of the component is changed.
Provides function parameters.
Provides access to the widget instance.
Specifies the name of the option whose value is changed.
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.
Specifies a new value for the option.
An HTML element of the widget.
Provides access to the data that is available for binding against the element. Available only in the Knockout approach.
Instead, you can use the onOptionChanged option to handle the event.