System.Windows.Forms.TabControlAction Enumeration

Defines values representing System.Windows.Forms.TabControl events.

Syntax

public enum TabControlAction

Remarks

This enumeration is used by event handlers for the TabControl.Deselecting, TabControl.Deselected, TabControl.Selecting, and TabControl.Selected events of a System.Windows.Forms.TabControl to determine which of the four events is being handled. This enables one event handler to handle multiple event types.

Members

Member NameDescription
Deselected

Represents the TabControl.Deselected event.

Deselecting

Represents the TabControl.Deselecting event.

Selected

Represents the TabControl.Selected event.

Selecting

Represents the TabControl.Selecting event.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0