Defines values representing System.Windows.Forms.TabControl events.
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.
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. |