Slider.OnMaximumChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called when the Maximum property changes.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides Sub OnMaximumChanged ( _ oldMaximum As Double, _ newMaximum As Double _ )
Parameters
- oldMaximum
- Type: System.Double
Old value of the Maximum property.
- newMaximum
- Type: System.Double
New value of the Maximum property.
Show: