Summary
Called when valid spin direction changed.
- Namespace
- Avalonia
.Controls - Containing Type
- Spinner
Syntax
protected virtual void OnValidSpinDirectionChanged(ValidSpinDirections oldValue, ValidSpinDirections newValue)
Parameters
Name | Type | Description |
---|---|---|
oldValue | ValidSpinDirections | The old value. |
newValue | ValidSpinDirections | The new value. |
Return Value
Type | Description |
---|---|
void |