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

In This Topic
    DropDownClosed Event
    In This Topic
    Indicates that the drop-down portion of this element has closed.
    Syntax
    'Declaration
     
    Public Event DropDownClosed As System.EventHandler
    public event System.EventHandler DropDownClosed
    See Also