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


In This Topic
    AddingGroupEventArgs Constructor
    In This Topic
    Initializes a new instance of the AddingGroupEventArgs class specifying the tab-group being 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 AddingGroupEventArgs(tabGroup, index)
    public AddingGroupEventArgs( 
       TabbedMdiTabGroup tabGroup,
       int index
    )

    Parameters

    tabGroup
    The TabbedMdiTabGroup being added to the TabbedMdiManager.
    index
    The zero-based index at which the tabGroup is being 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