NumericUpDown.

OnValueChanged(double, double) Method

Summary

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

Syntax

protected virtual void OnValueChanged(double oldValue, double newValue)

Parameters

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

Return Value

Type Description
void