ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGroup Class / OnDialogLauncherClick Method

In This Topic
    OnDialogLauncherClick Method
    In This Topic
    Raises the DialogLauncherClick event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDialogLauncherClick( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnDialogLauncherClick( 
       System.EventArgs e
    )

    Parameters

    e
    See Also