NumericUpDown.

OnTextChanged(string, string) Method

Summary

Called when the Text property value changed.
Namespace
Avalonia.Controls
Containing Type
NumericUpDown

Syntax

protected virtual void OnTextChanged(string oldValue, string newValue)

Parameters

Name Type Description
oldValue string The old value.
newValue string The new value.

Return Value

Type Description
void