Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonApplicationMenu Class / DropDownClosed Event


In This Topic
    DropDownClosed Event (RibbonApplicationMenu)
    In This Topic
    Indicates that the drop-down portion of this element has closed.
    Syntax
    'Declaration
     
    
    Public Event DropDownClosed As EventHandler
    'Usage
     
    
    Dim instance As RibbonApplicationMenu
    Dim handler As EventHandler
     
    AddHandler instance.DropDownClosed, handler
    public event EventHandler DropDownClosed
    See Also