Xceed Docking Windows for WinForms v2.3 Documentation
RemovingGroupEventArgs Constructor


Xceed.DockingWindows.TabbedMdi Namespace > RemovingGroupEventArgs Class : RemovingGroupEventArgs Constructor
The zero-based index of the tab-group being removed.
Initializes a new instance of the RemovingGroupEventArgs class specifying the index of the tab-group being removed.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Integer _
)
'Usage
 
Dim index As Integer
 
Dim instance As New RemovingGroupEventArgs(index)
public RemovingGroupEventArgs( 
   int index
)

Parameters

index
The zero-based index of the tab-group being removed.
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

Reference

RemovingGroupEventArgs Class
RemovingGroupEventArgs Members