Angular CardView - CardSavedEvent

The argument type in the cardSaved event.

import { DxCardViewTypes } from "devextreme-angular/ui/card-view"
Type: DxCardViewTypes.CardSavedEvent

changes

All card data (including changes). Differs from onCardSaving, which only consists of pending changes.

Type:

Array<DataChange>

component

The UI component's instance.

Selector: dxo-component
Type: CardView

element

The UI component's container.