OnSpin Method
Raises the OnSpin event when spinning is initiated by the end-user.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void OnSpin(
SpinEventArgs e
)
Protected Overridable Sub OnSpin (
e As SpinEventArgs
)
abstract OnSpin :
e : SpinEventArgs -> unit
override OnSpin :
e : SpinEventArgs -> unit
Parameters
- SpinEventArgs
- Spin event args.