NumericUpDown.

OnIsReadOnlyChanged(bool, bool) Method

Summary

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

Syntax

protected virtual void OnIsReadOnlyChanged(bool oldValue, bool newValue)

Parameters

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

Return Value

Type Description
void