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


In This Topic
    DropDown Event (RibbonApplicationMenu)
    In This Topic
    Occurs when the drop-down portion of this element is shown.
    Syntax
    'Declaration
     
    
    Public Event DropDown As EventHandler
    'Usage
     
    
    Dim instance As RibbonApplicationMenu
    Dim handler As EventHandler
     
    AddHandler instance.DropDown, handler
    public event EventHandler DropDown
    See Also