Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiManager Class / FormSelected Event


In This Topic
    FormSelected Event
    In This Topic
    Raised when a Mdi-child form is selected.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Raised when a Mdi-child form is selected.")>
    Public Event FormSelected As FormSelectedEventHandler
    'Usage
     
    Dim instance As TabbedMdiManager
    Dim handler As FormSelectedEventHandler
     
    AddHandler instance.FormSelected, handler
    [Description("Raised when a Mdi-child form is selected.")]
    public event FormSelectedEventHandler FormSelected
    Event Data

    The event handler receives an argument of type FormSelectedEventArgs containing data related to this event. The following FormSelectedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the form that is currently selected.  
    Gets the TabbedMdiTabGroup which belongs to the selected form.  
    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