Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / FormSelectedEventArgs Class
Members


In This Topic
    FormSelectedEventArgs Class
    In This Topic
    Provides information on the selected MDI form.
    Syntax
    'Declaration
     
    Public Class FormSelectedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As FormSelectedEventArgs
    public class FormSelectedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.DockingWindows.TabbedMdi.FormSelectedEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FormSelectedEventArgs specifying that tab-group and selected form.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the form that is currently selected.  
    Public PropertyGets the TabbedMdiTabGroup which belongs to the selected form.  
    Top
    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