Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonDropDownBase Class / DropDown Event

In This Topic
    DropDown Event (RibbonDropDownBase)
    In This Topic
    Occurs when the drop-down portion of this element is shown.
    Syntax
    'Declaration
     
    
    Public Event DropDown As EventHandler
    public event EventHandler DropDown
    See Also