FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / IGalleryItemsPanel Interface / DropDownClosed Event

In This Topic
    DropDownClosed Event (IGalleryItemsPanel)
    In This Topic
    Occurs when the drop-down portion of this element has closed.
    Syntax
    'Declaration
     
    Event DropDownClosed As System.EventHandler
    event System.EventHandler DropDownClosed
    Remarks
    Raise this event if you need to close the dropdown part of the gallery.
    See Also