Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTab Class / OnDeselect Method

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

    Parameters

    e
    See Also