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