Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / FormSelectedEventArgs Class / FormSelectedEventArgs Constructor
The TabbedMdiTabGroup which belongs to the selected form.
The Form that is currently selected.


In This Topic
    FormSelectedEventArgs Constructor
    In This Topic
    Initializes a new instance of the FormSelectedEventArgs specifying that tab-group and selected form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tabGroup As TabbedMdiTabGroup, _
       ByVal selectedForm As Form _
    )
    'Usage
     
    Dim tabGroup As TabbedMdiTabGroup
    Dim selectedForm As Form
     
    Dim instance As New FormSelectedEventArgs(tabGroup, selectedForm)
    public FormSelectedEventArgs( 
       TabbedMdiTabGroup tabGroup,
       Form selectedForm
    )

    Parameters

    tabGroup
    The TabbedMdiTabGroup which belongs to the selected form.
    selectedForm
    The Form that is currently selected.
    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