Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / GroupAddedEventArgs Class / GroupAddedEventArgs Constructor
The TabbedMdiTabGroup added to the TabbedMdiManager.
The zero-based index at which the tabGroup was added.


In This Topic
    GroupAddedEventArgs Constructor
    In This Topic
    Initializes a new instance of the AddingGroupEventArgs class specifying the tab-group that was added and its index.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tabGroup As TabbedMdiTabGroup, _
       ByVal index As Integer _
    )
    'Usage
     
    Dim tabGroup As TabbedMdiTabGroup
    Dim index As Integer
     
    Dim instance As New GroupAddedEventArgs(tabGroup, index)
    public GroupAddedEventArgs( 
       TabbedMdiTabGroup tabGroup,
       int index
    )

    Parameters

    tabGroup
    The TabbedMdiTabGroup added to the TabbedMdiManager.
    index
    The zero-based index at which the tabGroup was added.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also