Class TabControlCancelEventArgs
Provides data for the 'Selecting' and 'Deselecting' events of a TabControl control.
public class TabControlCancelEventArgs : BaseCancelEventArgs
- Inheritance
-
TabControlCancelEventArgs
Constructors
- TabControlCancelEventArgs(TabPage, int, bool, TabControlAction)
Initializes a new instance of the TabControlCancelEventArgs 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.