Vue DataGrid - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

Object

component

The UI component's instance.

Selector: DxComponent
Type:

DataGrid

currentDeselectedRowKeys

Selector: current-deselected-row-keys
Type:

Array<any>

currentSelectedRowKeys

Selector: current-selected-row-keys
Type:

Array<any>

element

The UI component's container.

selectedRowKeys

Selector: selected-row-keys
Type:

Array<any>

selectedRowsData

Selector: DxSelectedRowsData
Type:

Array<Object>