Skip to main content

constructor(insertedValues, deletedValues, updatedValues) Constructor

Initializes a new instance of the ASPxClientGridViewBatchEditChangesSavingEventArgs 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 ASPxClientGridViewBatchEditChangesSavingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also