menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabbedMDITabControlEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabbedMDITabControlEventArgs

    The event args for the TabControlAdding, TabControlAdded and TabControlRemoved events.

    Inheritance
    System.Object
    System.EventArgs
    TabbedMDITabControlEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabbedMDITabControlEventArgs : EventArgs

    Constructors

    TabbedMDITabControlEventArgs(MDITabPanel)

    Declaration
    public TabbedMDITabControlEventArgs(MDITabPanel tabControl)
    Parameters
    Type Name Description
    MDITabPanel tabControl

    Properties

    TabControl

    Gets / sets the tab control instance that is being added or removed.

    Declaration
    public MDITabPanel TabControl { get; set; }
    Property Value
    Type
    MDITabPanel
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved