Summary
    This method is invoked when the Speedup property changes.
    
		- Namespace
 - MahApps
.Metro .Controls  - Containing Type
 - NumericUpDown
 
Syntax
protected virtual void OnSpeedupChanged(bool oldSpeedup, bool newSpeedup)
	Parameters
| Name | Type | Description | 
|---|---|---|
| oldSpeedup | bool | The old value of the Speedup property. | 
| newSpeedup | bool | The new value of the Speedup property. | 
Return Value
| Type | Description | 
|---|---|
| void | 
