FarPoint.Win
SpinDownEventHandler Delegate
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : SpinDownEventHandler Delegate


sender
The source of the event.
e

A SpinDownEventArgs object that contains the event data.

Represents the method that handles the SpinDown event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub SpinDownEventHandler( _
   ByVal sender As Object, _
   ByVal e As SpinDownEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New SpinDownEventHandler(AddressOf HandlerMethod)
C# 
public delegate void SpinDownEventHandler( 
   object sender,
   SpinDownEventArgs e
)

Parameters

sender
The source of the event.
e

A SpinDownEventArgs object that contains the event data.

See Also