Table of Contents

Class TabControlCancelEventArgs

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

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

public class TabControlCancelEventArgs : BaseCancelEventArgs
Inheritance
TabControlCancelEventArgs

Constructors

TabControlCancelEventArgs(AbstractControl, int, bool, TabControlAction)

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