Version

newValue Property

Gets new value as Object. Number or Date object according to SliderValueType.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_newValue() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSliderValueChangedEventArgs.get_newValue();
See Also