Slider.OnValueChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Updates the current position of the Slider when the Value property changes.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides Sub OnValueChanged ( _ oldValue As Double, _ newValue As Double _ )
Parameters
- oldValue
- Type: System.Double
The old Value of the Slider.
- newValue
- Type: System.Double
The new Value of the Slider.
Show: