InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDatePicker Class / OnDropDownClosed Method

In This Topic
    OnDropDownClosed Method (InputDatePicker)
    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