ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTab Class / OnSelect Method

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

    Parameters

    e
    See Also