constructor(insertedValues, deletedValues, updatedValues) Constructor
Initializes a new instance of the ASPxClientVerticalGridBatchEditChangesSavingEventArgs class.
Declaration
constructor(
insertedValues: any,
deletedValues: any,
updatedValues: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| insertedValues | any | A hashtable that stores information about inserted cells. |
| deletedValues | any | A hashtable that stores information about deleted cells. |
| updatedValues | any | A hashtable that stores information about updated cells. |
Remarks
Instances of the ASPxClientVerticalGridBatchEditChangesSavingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also