Version

oldValue Property

Returns the cell's previous value.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_oldValue() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCellValueChangedEventArgs.get_oldValue();
See Also