ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownItem Class / OnDropDownClosed Method

In This Topic
    OnDropDownClosed Method (DropDownItem)
    In This Topic
    Raises the DropDownClosed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDropDownClosed( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnDropDownClosed( 
       EventArgs e
    )

    Parameters

    e
    See Also