DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

ItemDeletedEvent

The type of the itemDeleted event handler's argument.

import { ItemDeletedEvent } from "devextreme/ui/list"
Type:

Object

component

The UI component's instance.

Type:

List

element

The UI component's container.

itemData

Type:

Object

itemElement

itemIndex

Type:

Number

|

Object

model

Model data. Available only if you use Knockout.

Type: any