Xceed Docking Windows for WinForms v2.3 Documentation
GroupRemoved Event


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiManager Class : GroupRemoved Event
Raised when a tab-group is removed.
Syntax
'Declaration
 
<DescriptionAttribute("Raised when a tab-group is removed.")>
Public Event GroupRemoved As GroupRemovedEventHandler
'Usage
 
Dim instance As TabbedMdiManager
Dim handler As GroupRemovedEventHandler
 
AddHandler instance.GroupRemoved, handler
[Description("Raised when a tab-group is removed.")]
public event GroupRemovedEventHandler GroupRemoved
Event Data

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

PropertyDescription
Gets the index at which the tab-group was removed.  
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