Enum TabControlAction
Defines values representing tab control events.
public enum TabControlAction
Fields
Deselected = 3
Represents the 'Deselected' event.
Deselecting = 2
Represents the 'Deselecting' event.
Selected = 1
Represents the 'Selected' event.
Selecting = 0
Represents the 'Selecting' event.