Xceed Docking Windows for WinForms v2.3 Documentation
RemovingGroup Event


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

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

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the index of the tab-group being 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