React TreeList - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { TreeListTypes } from "devextreme-react/tree-list"
Type: TreeListTypes.SelectionChangedEvent

component

The UI component's instance.

Selector: Component
Type:

TreeList

currentDeselectedRowKeys

Type:

Array<any>

currentSelectedRowKeys

Type:

Array<any>

element

The UI component's container.

selectedRowKeys

Type:

Array<any>

selectedRowsData

Selector: SelectedRowsData
Type:

Array<Object>