constructor(insertedValues, deletedValues, updatedValues) Constructor
In This Article
Initializes a new instance of the ASPxClientVerticalGridBatchEditChangesSavingEventArgs class.
#Declaration
TypeScript
constructor(
insertedValues: any,
deletedValues: any,
updatedValues: any
)
#Parameters
Name | Type | Description |
---|---|---|
inserted |
any | A hashtable that stores information about inserted cells. |
deleted |
any | A hashtable that stores information about deleted cells. |
updated |
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