namespace System.Windows.Forms { public enum TabControlAction { Selecting, Selected, Deselecting, Deselected } }