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.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overridable Sub OnMinimumChanged ( _ oldMinimum As Double, _ newMinimum As Double _ )
Parameters
- oldMinimum
- Type: System.Double
Old value of the Minimum property.
- newMinimum
- Type: System.Double
New value of the Minimum property.
Show: