Version

newValue Property

Returns the value that the cell is changing to.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_newValue() : String
function set_newValue(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCancelCellValueChangingEventArgs.get_newValue();
See Also