Table of Contents

Constructor TabControlEventArgs

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

TabControlEventArgs(TabPage, int, TabControlAction)

Initializes a new instance of the TabControlEventArgs class.

public TabControlEventArgs(TabPage tabPage, int tabPageIndex, TabControlAction action)

Parameters

tabPage TabPage

The TabPage the event is occurring for.

tabPageIndex int

The zero-based index of tabPage in the tab pages collection.

action TabControlAction

One of the TabControlAction values.