Xceed Toolkit Plus for WPF v4.6 Documentation
OnSpin Method (Spinner)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > Spinner Class : OnSpin Method
A SpinEventArgs containing event information.
Called when the Spin event is raised. 
Syntax
'Declaration
 
Protected Overridable Sub OnSpin( _
   ByVal e As SpinEventArgs _
) 
'Usage
 
Dim instance As Spinner
Dim e As SpinEventArgs
 
instance.OnSpin(e)
protected virtual void OnSpin( 
   SpinEventArgs e
)

Parameters

e
A SpinEventArgs containing event information.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Spinner Class
Spinner Members