C1SliderValueEventArgs constructor.

Namespace:  C1.Web.UI.Controls
Assembly:  C1SliderClient (in C1SliderClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1SliderValueEventArgs = function(oldValue, newValue);

Parameters

oldValue
Type: System..::..Int32
The old value of the slider
newValue
Type: System..::..Int32
The new value of the slider

See Also