TabControlAction Enumeration
.NET Framework (current version)
Defines values representing TabControl events.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Deselected | Represents the TabControl::Deselected event. | |
| Deselecting | Represents the TabControl::Deselecting event. | |
| Selected | Represents the TabControl::Selected event. | |
| Selecting | Represents the TabControl::Selecting event. |
This enumeration is used by event handlers for the Deselecting, Deselected, Selecting, and Selected events of a TabControl to determine which of the four events is being handled. This enables one event handler to handle multiple event types.
.NET Framework
Available since 2.0
Available since 2.0
Show: