Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroup Class / DialogLauncherClick Event


In This Topic
    DialogLauncherClick Event
    In This Topic
    Occurs when the user clicks the dialog launcher button.
    Syntax
    'Declaration
     
    
    Public Event DialogLauncherClick As EventHandler
    'Usage
     
    
    Dim instance As RibbonGroup
    Dim handler As EventHandler
     
    AddHandler instance.DialogLauncherClick, handler
    public event EventHandler DialogLauncherClick
    See Also