Version

updatedCells Property

Returns an array of updated cell helper objects that contain cell's new and old values.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_updatedCells() : GridAffectedItems
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCancelUpdateRowEventArgs.get_updatedCells();
See Also