ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonAppMenuTab Class / OnDeselect Method

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

    Parameters

    e
    See Also