'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.
Property | Description |
---|---|
Index | 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