menu

WinForms

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

    Show / Hide Table of Contents

    Class HotTrackedArgs

    Contains information about the event.

    Inheritance
    System.Object
    System.EventArgs
    HotTrackedArgs
    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 HotTrackedArgs : EventArgs

    Constructors

    HotTrackedArgs(Int32)

    Creates a new instance of this class with the specified parameters.

    Declaration
    public HotTrackedArgs(int tabPageHotTrack)
    Parameters
    Type Name Description
    System.Int32 tabPageHotTrack

    Properties

    TabPageIndex

    TabPageAdv index that is being HotTracked

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