FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonDropDownBase Class / OnDropDown Method

In This Topic
    OnDropDown Method (RibbonDropDownBase)
    In This Topic
    Raises the DropDown event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDropDown( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnDropDown( 
       System.EventArgs e
    )

    Parameters

    e
    See Also