Class HotTrackedArgs
Contains information about the
Inheritance
System.Object
HotTrackedArgs
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 |