TabControlAction Enumeration

 

Defines values representing TabControl events.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class TabControlAction

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.

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
Return to top
Show: