C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / DropDownClosedEventHandler Delegate
The source of the event
A DropDownClosedEventArgs object that contains the event data.

In This Topic
DropDownClosedEventHandler Delegate
In This Topic
Represents the method that handles a DropDownClosed event.
Syntax
'Declaration
 
Public Delegate Sub DropDownClosedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DropDownClosedEventArgs _
) 
 

Parameters

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