Spread Windows Forms 12.0 Product Documentation
SpinDownEventHandler Delegate


FarPoint.Win Assembly > FarPoint.Win Namespace : SpinDownEventHandler Delegate
Represents the method that handles the SpinDown event.
Syntax
'Declaration
 
Public Delegate Sub SpinDownEventHandler( _
   ByVal sender As Object, _
   ByVal e As SpinDownEventArgs _
) 
'Usage
 
Dim instance As New SpinDownEventHandler(AddressOf HandlerMethod)
public delegate void SpinDownEventHandler( 
   object sender,
   SpinDownEventArgs e
)

Parameters

sender
e
See Also

Reference

SpinDownEventHandler Members
FarPoint.Win Namespace
SpinDown Event
SpinDownEventArgs Class