Class TabControlEventArgs
Provides data for the 'Selected' and 'Deselected' events of a TabControl control.
public class TabControlEventArgs : EventArgs
- Inheritance
-
TabControlEventArgs
Constructors
- TabControlEventArgs(TabPage, int, TabControlAction)
Initializes a new instance of the TabControlEventArgs class.
Properties
- Action
Gets a value indicating which event is occurring.
- TabPageIndex
Gets the zero-based index of the TabPage in the tab pages collection.