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