The following tables list the members exposed by SliderValueChangedEventArgs.
Name | Description | |
---|---|---|
SliderValueChangedEventArgs Constructor |
Name | Description | |
---|---|---|
isSecondary | Checks if event belongs to main or secondary value. True: secondary value, false: main value.True: secondary value | |
newValue | Gets new value as Object. Number or Date object according to SliderValueType. | |
newValueAsPercent | Gets new value as percent.Value in range from 0 to 100. | |
oldValue | Gets old value as Object. Number or Date object according to SliderValueType. | |
oldValueAsPercent | Gets old value as percent.Value in range from 0 to 100. |