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