Version

SliderValueChangingEventArgs class Members

The following tables list the members exposed by SliderValueChangingEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyisSecondaryChecks if event belongs to main or secondary value. True: secondary value, false: main value.True: secondary value  
Public PropertynewValueGets sets new value as Object. Number or Date object according to SliderValueType.  
Public PropertynewValueAsPercentGets sets new value as percent.Value in range from 0 to 100.  
Public PropertyoldValueGets old value as Object. Number or Date object according to SliderValueType.  
Public PropertyoldValueAsPercentGets old value as percent.Value in range from 0 to 100.  
See Also