ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonDropDownBase Class / DropDown Event

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