Table of Contents

Class TabControlCancelEventArgs

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

Provides data for the 'Selecting' and 'Deselecting' events of a TabControl control.

public class TabControlCancelEventArgs : BaseCancelEventArgs
Inheritance
TabControlCancelEventArgs

Constructors

TabControlCancelEventArgs(TabPage, int, bool, TabControlAction)

Initializes a new instance of the TabControlCancelEventArgs 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.