React List - SelectionChangingEvent

The type of the selectionChanging event handler's argument.

import { ListTypes } from "devextreme-react/list"
Type: ListTypes.SelectionChangingEvent

addedItems

Type:

Array<any>

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

component

The UI component's instance.

Selector: Component
Type:

List

element

The UI component's container.

removedItems

Type:

Array<any>