OnMaximumChanged Method

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.

Namespace:  System.Windows.Controls
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft