'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.