Events
This section describes events fired by this widget.
contentReady
Fires when widget content is ready.
Provides function parameters.
disposing
Fires when the widget is being removed.
Provides function parameters.
See Also
itemClick
Fires when a widget item is clicked.
Provides function parameters.
Provides access to the widget instance.
An HTML element of the widget.
Provides access to the data that is available for binding against the element. Available only in the Knockout and AngularJS approaches.
The data that is bound to the clicked item.
An HTML element of the item.
Specifies the index of the clicked item.
The item node.
itemCollapsed
Fires when a tree view item is collapsed.
Provides function parameters.
itemContextMenu
Fires when the the right mouse button is clicked when the pointer is over a widget item, or when the "sustained" (also known as a long press) touch action is performed.
Provides function parameters.
Provides access to the widget instance.
An HTML element of the widget.
Provides access to the data that is available for binding against the element. Available only in the Knockout and AngularJS approaches.
The data that is bound to the item.
An HTML element of the item.
Specifies the index of the item.
Specifies the jQuery event that caused action execution.
The item node.
itemExpanded
Fires when a tree view item is expanded.
Provides function parameters.
itemHold
Fires when the widget's collection item is being held for the time period specified by the itemHoldTimeout option.
Provides function parameters.
Provides access to the widget instance.
An HTML element of the widget.
Provides access to the data that is available for binding against the element. Available only in the Knockout and AngularJS approaches.
The data that is bound to the item being held.
An HTML element of the item.
Specifies the index of the item being held.
The item node.
itemRendered
Fires after a collection item is rendered.
Provides function parameters.
Provides access to the widget instance.
An HTML element of the widget.
Provides access to the data that is available for binding against the element. Available only in the Knockout and AngularJS approaches.
The data that is bound to the item to be rendered.
An HTML element of the item.
Specifies the index of the rendered item.
The item node.
itemSelected
Fires when a tree view item is selected.
Provides function parameters.
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 and AngularJS approaches.
selectionChanged
Fires after a collection item is selected or unselected.
Provides function parameters.