ComponentOne Input for WinForms
DropDownClosedEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : DropDownClosedEventHandler Delegate
The source of the event
A DropDownClosedEventArgs object that contains the event data.
Represents the method that handles a DropDownClosed event.
Syntax
'Declaration
 
Public Delegate Sub DropDownClosedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DropDownClosedEventArgs _
) 
public delegate void DropDownClosedEventHandler( 
   System.object sender,
   DropDownClosedEventArgs e
)

Parameters

sender
The source of the event
e
A DropDownClosedEventArgs object that contains the event data.
See Also

Reference

DropDownClosedEventHandler Members
C1.Win.C1Input Namespace