menu

WinForms

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

    Show / Hide Table of Contents

    Class TabPageSelectedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    TabPageSelectedEventArgs
    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
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TabPageSelectedEventArgs : EventArgs

    Constructors

    TabPageSelectedEventArgs(TabBarPage, Point)

    Declaration
    public TabPageSelectedEventArgs(TabBarPage ctrl, Point location)
    Parameters
    Type Name Description
    TabBarPage ctrl
    System.Drawing.Point location

    Properties

    Location

    Gets Mouse Pointer Location

    Declaration
    public Point Location { get; }
    Property Value
    Type
    System.Drawing.Point

    Tab

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