TreeViewCheckChangeEvent
Interface
Represents the object of the onCheckChange event (see example).
Definition
Package:@progress/kendo-react-treeview
Properties
item
any
The item that is selected or deselected.
itemHierarchicalIndex
string
The hierarchical index of the item. The indices are zero-based.
The first root item has a 0 (zero) index. If the first root item has children, the first child acquires a 0_0 index and the second acquires a 0_1 index.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.