Spread Windows Forms 12.0 Product Documentation
DropDownEventHandler Delegate


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

Parameters

sender
e
See Also

Reference

DropDownEventHandler Members
FarPoint.Win Namespace
DropDown Event
DropDownEventArgs Class