Calendar for WinForms | ComponentOne
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 _
    ) 
    public delegate void DropDownClosedEventHandler( 
       object sender,
       DropDownClosedEventArgs e
    )

    Parameters

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