Angular TreeList - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxTreeListTypes } from "devextreme-angular/ui/tree-list"
Type: DxTreeListTypes.SelectionChangedEvent

component

The UI component's instance.

Selector: dxo-component
Type:

TreeList

currentDeselectedRowKeys

Type:

Array<any>

currentSelectedRowKeys

Type:

Array<any>

element

The UI component's container.

selectedRowKeys

Type:

Array<any>

selectedRowsData

Selector: dxi-selected-rows-data
Type:

Array<Object>