Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / OnShowTabsChanged Method
A System.EventArgs that contains event data.

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

    Parameters

    e
    A System.EventArgs that contains event data.
    See Also