NumericUpDownOnFormatStringChanged Method
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnFormatStringChanged(
string? oldValue,
string? newValue
)
Protected Overridable Sub OnFormatStringChanged (
oldValue As String,
newValue As String
)
abstract OnFormatStringChanged :
oldValue : string *
newValue : string -> unit
override OnFormatStringChanged :
oldValue : string *
newValue : string -> unit
Parameters
- oldValue String
- The old value.
- newValue String
- The new value.