constructor(visibleIndex, rowValues, key) Constructor
Initializes a new instance of the ASPxClientGridViewBatchEditRowChangesCancelingEventArgs class with specified settings.
Declaration
constructor(
visibleIndex: number,
rowValues: any,
key: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | number | The row’s visible index. |
| rowValues | any | A hash table that stores information about the processed row’s cells. |
| key | any | The row’s key. |
See Also