Version

SliderValueChangedEventArgs class Members

The following tables list the members exposed by SliderValueChangedEventArgs.

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 new value as Object. Number or Date object according to SliderValueType.  
Public PropertynewValueAsPercentGets 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