constructor(insertedValues, deletedValues, updatedValues) Constructor
Initializes a new instance of the ASPxClientTreeListBatchEditChangesCancelingEventArgs 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. |
See Also