Summary
This method is invoked when the Minimum property changes.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- NumericUpDown
Syntax
protected virtual void OnMinimumChanged(double oldMinimum, double newMinimum)
Parameters
| Name | Type | Description |
|---|---|---|
| oldMinimum | double | The old value of the Minimum property. |
| newMinimum | double | The new value of the Minimum property. |
Return Value
| Type | Description |
|---|---|
| void |
