Skip to main content
A newer version of this page is available. .

constructor(insertedValues, deletedValues, updatedValues) Constructor

Initializes a new instance of the ASPxClientTreeListBatchEditChangesSavingEventArgs 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