New to KendoReact? Start a free 30-day trial
TreeListItemChangeEvent
TreeListItemChangeEventPremium
Represents the object of the onItemChange TreeList event.
| Name | Type | Default | Description | 
|---|---|---|---|
| dataItem | 
 | The data item which corresponds to the current row. | |
| field? | 
 | The field to which the row is bound. | |
| level | 
 | An array of indexes of each parent and current item in the data tree. | |
| nativeEvent | 
 | A native DOM event. | |
| syntheticEvent | 
 | A React Synthetic Event. | |
| target | 
 | An event target. | |
| value | 
 | The value of the item. |