Skip to main content
A newer version of this page is available. .

constructor(visibleIndex, cardValues) Constructor

Initializes a new instance of the ASPxClientCardViewBatchEditCardDeletingEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    cardValues: any
)

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the processed card visible index.

cardValues any

A hashtable that stores information about the processed card’s cells.

See Also