Summary
Responds to a change in the value of the
System.Windows.Controls.Primitives.RangeBase.Minimum property.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- RangeSlider
Syntax
protected override void OnMinimumChanged(double oldMinimum, double newMinimum)
Parameters
| Name | Type | Description |
|---|---|---|
| oldMinimum | double | The old value of the System.Windows.Controls.Primitives.RangeBase.Minimum property. |
| newMinimum | double | The new value of the System.Windows.Controls.Primitives.RangeBase.Minimum property. |
Return Value
| Type | Description |
|---|---|
| void |
