Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / AddingGroupEventArgs Class
Properties


In This Topic
    AddingGroupEventArgs Class Members
    In This Topic

    The following tables list the members exposed by AddingGroupEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AddingGroupEventArgs class specifying the tab-group being added and its index.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets the index at which the TabGroup is being added.  
    Public PropertyGets the TabbedMdiTabGroup being added to the TabbedMdiManager.  
    Top
    See Also