Skip to main content
All docs
V23.2

constructor(visibleIndex, cardValues) Constructor

Initializes a new instance of the ASPxClientCardViewBatchEditCardChangesCancelingEventArgs class with specified settings.

Declaration

constructor(
    visibleIndex: number,
    cardValues: any
)

Parameters

Name Type Description
visibleIndex number

The card’s visible index.

cardValues any

A hash table that stores information about the processed card’s values.

See Also