FarPoint.Win Assembly / FarPoint.Win Namespace / SpinUpEventHandler Delegate


In This Topic
SpinUpEventHandler Delegate
In This Topic
Represents a defined 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)

Parameters

sender
e
See Also