Show / Hide Table of Contents

Class TabEventArgs

Contains event data for events related to a single tab.

Inheritance
System.Object
System.EventArgs
TabEventArgs
MeasureTabEventArgs
TabMouseEventArgs
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public class TabEventArgs : EventArgs

Constructors

| Improve this Doc View Source

TabEventArgs(Tab)

Declaration
public TabEventArgs(Tab tab)
Parameters
Type Name Description
Tab tab

Properties

| Improve this Doc View Source

Tab

Gets the tab related to the event.

Declaration
public Tab Tab { get; }
Property Value
Type Description
Tab
Back to top Copyright © 2018 Özgür Özçıtak