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