FarPoint.Win Assembly / FarPoint.Win Namespace / DropDownEventHandler Delegate


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

Parameters

sender
e
See Also