constructor(visibleIndex, rowValues, key) Constructor
Initializes a new instance of the ASPxClientGridViewBatchEditRowDeletingEventArgs class.
Declaration
constructor(
visibleIndex: number,
rowValues: any,
key: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | number | The row’s visible index. |
| rowValues | any | An object that provides row values. |
| key | any | An object that is the row’s key. |
See Also