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