Summary
Called when the
Increment
property value changed.
- Namespace
- Avalonia
.Controls - Containing Type
- NumericUpDown
Syntax
protected virtual void OnIncrementChanged(double oldValue, double newValue)
Parameters
Name | Type | Description |
---|---|---|
oldValue | double | The old value. |
newValue | double | The new value. |
Return Value
Type | Description |
---|---|
void |