ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / TabGroupDeserializedEventArgs Class / TabGroupDeserializedEventArgs Constructor

In This Topic
    TabGroupDeserializedEventArgs Constructor
    In This Topic
    Initializes a new instance of the TabGroupDeserializedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tabGroup As RibbonContextualTabGroup _
    )
    public TabGroupDeserializedEventArgs( 
       RibbonContextualTabGroup tabGroup
    )

    Parameters

    tabGroup
    See Also