NumericUpDownOnTextChanged Method
Called when the
Text property value changed.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnTextChanged(
string? oldValue,
string? newValue
)
Protected Overridable Sub OnTextChanged (
oldValue As String,
newValue As String
)
abstract OnTextChanged :
oldValue : string *
newValue : string -> unit
override OnTextChanged :
oldValue : string *
newValue : string -> unit
Parameters
- oldValue String
- The old value.
- newValue String
- The new value.