constructor(visibleIndex, cardValues) Constructor
Initializes a new instance of the ASPxClientCardViewBatchEditCardDeletingEventArgs class.
Declaration
constructor(
visibleIndex: number,
cardValues: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | number | The card’s visible index. |
| cardValues | any | A hashtable that stores information about the processed card’s cells. |
See Also