Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / SplitButtonItem Class / OnDropDownOpened Method

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

    Parameters

    e
    See Also