DataSourceChangedEventArgs
23 Sep 20251 minute to read
Provides information about changed the data event.
Properties
addedRecords Record[]
Returns the appropriate added data based on the action.
cancelEdit Function
Defines the Cancel of editing process
changedRecords Record[]
Returns the appropriate changed data based on the action.
deletedRecords Record[]
Returns the appropriate deleted data based on the action.
endEdit Function
Defines the end of editing function.
index number
Defines the index value
promise Promise
Defines the promise object.
query Query
Defines the query
requestType string
Defines the current action type.
state DataStateChangeEventArgs
Defines the state of the performed action