jQuery TreeList - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { SelectionChangedEvent } from "devextreme/ui/tree_list"
Type:

Object

component

The UI component's instance.

Type:

TreeList

currentDeselectedRowKeys

Type:

Array<any>

currentSelectedRowKeys

Type:

Array<any>

element

The UI component's container.

selectedRowKeys

Type:

Array<any>

selectedRowsData

Type:

Array<Object>