DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

ItemSelectionChangedEvent

The type of the itemSelectionChanged event handler's argument.

import { ItemSelectionChangedEvent } from "devextreme/ui/tree_view"
Type:

Object

component

The UI component's instance.

Type:

TreeView

element

The UI component's container.

itemData

Type:

Object

itemElement

itemIndex

Type:

Number

model

Model data. Available only if you use Knockout.

Type: any

node