Spread Windows Forms 12.0 Product Documentation
SpinUpEventHandler Delegate


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

Parameters

sender
e
See Also

Reference

SpinUpEventHandler Members
FarPoint.Win Namespace
SpinUp Event
SpinUpEventArgs Class