Table of Contents

Class TabControlEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides data for the 'Selected' and 'Deselected' events of a TabControl control.

public class TabControlEventArgs : EventArgs
Inheritance
TabControlEventArgs

Constructors

TabControlEventArgs(TabPage, int, TabControlAction)

Initializes a new instance of the TabControlEventArgs class.

Properties

Action

Gets a value indicating which event is occurring.

TabPage

Gets the TabPage the event is occurring for.

TabPageIndex

Gets the zero-based index of the TabPage in the tab pages collection.