Vue List - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxListTypes } from "devextreme-vue/list"
Type: DxListTypes.SelectionChangedEvent

addedItems

Type:

Array<any>

component

The UI component's instance.

Type:

List

element

The UI component's container.

removedItems

Type:

Array<any>