Class TabPageSelectedEventArgs
Inheritance
System.Object
TabPageSelectedEventArgs
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 |