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