Class HotTrackedArgs
Contains information about the
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 |