RangeBase.OnMinimumChanged Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Called when the Minimum property changes.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Protected Overridable Sub OnMinimumChanged ( _
    oldMinimum As Double, _
    newMinimum As Double _
)
protected virtual void OnMinimumChanged(
    double oldMinimum,
    double newMinimum
)

Parameters

Remarks

Subclasses of the RangeBase can use this method to respond when the value property changes.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

RangeBase Class

System.Windows.Controls.Primitives Namespace