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 : BaseEventArgs
Inheritance
TabControlEventArgs

Constructors

TabControlEventArgs(AbstractControl, int, TabControlAction)

Initializes a new instance of the TabControlEventArgs class.

Properties

Action

Gets a value indicating which event is occurring.

TabPage

Gets the tab page the event is occurring for.

TabPageIndex

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