Angular List - SelectionChangingEvent

The type of the selectionChanging event handler's argument.

import { DxListTypes } from "devextreme-angular/ui/list"
Type: DxListTypes.SelectionChangingEvent

addedItems

Type:

Array<any>

cancel

Type:

Boolean

|

PromiseLike object (jQuery, native, etc)

component

The UI component's instance.

Selector: dxo-component
Type:

List

element

The UI component's container.

removedItems

Type:

Array<any>