Summary
This method is invoked when the Delay property changes.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- NumericUpDown
Syntax
protected virtual void OnDelayChanged(int oldDelay, int newDelay)
Parameters
| Name | Type | Description |
|---|---|---|
| oldDelay | int | The old value of the Delay property. |
| newDelay | int | The new value of the Delay property. |
Return Value
| Type | Description |
|---|---|
| void |
