NumericUpDownOnIsReadOnlyChanged Method
Called when the
IsReadOnly property value changed.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnIsReadOnlyChanged(
bool oldValue,
bool newValue
)
Protected Overridable Sub OnIsReadOnlyChanged (
oldValue As Boolean,
newValue As Boolean
)
abstract OnIsReadOnlyChanged :
oldValue : bool *
newValue : bool -> unit
override OnIsReadOnlyChanged :
oldValue : bool *
newValue : bool -> unit
Parameters
- oldValue Boolean
- The old value.
- newValue Boolean
- The new value.