NumericUpDownOnSpin Method

Raises the OnSpin event when spinning is initiated by the end-user.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnSpin(
	SpinEventArgs e
)

Parameters

e  SpinEventArgs
The event args.

See Also