Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGalleryItem Class / Click Event


In This Topic
    Click Event (RibbonGalleryItem)
    In This Topic
    Occurs when the item is clicked.
    Syntax
    'Declaration
     
    
    Public Event Click As EventHandler
    'Usage
     
    
    Dim instance As RibbonGalleryItem
    Dim handler As EventHandler
     
    AddHandler instance.Click, handler
    public event EventHandler Click
    See Also