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