Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandMdiList Class / DropDownClicked Event

In This Topic
    DropDownClicked Event (C1CommandMdiList)
    In This Topic
    Event fired when the drop down arrow is clicked on the toolbar button.
    Syntax
    'Declaration
     
    
    Public Event DropDownClicked As DropDownEventHandler
    public event DropDownEventHandler DropDownClicked
    See Also