The properties of System.Windows.Forms.TabControlCancelEventArgs are listed below. For a list of all members, see the TabControlCancelEventArgs Members list.
See Also: Inherited members from System.ComponentModel.CancelEventArgs
[read-only] | Action | TabControlAction.
Gets a value indicating which event is occurring. |
[read-only] | TabPage | TabPage.
Gets the System.Windows.Forms.TabPage the event is occurring for. |
[read-only] | TabPageIndex | int.
Gets the zero-based index of the TabControlCancelEventArgs.TabPage in the TabControl.TabPages collection. |