System.Windows.Forms.TabControlCancelEventArgs: Property Members

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

Public Properties

[read-only]
ActionTabControlAction.

Gets a value indicating which event is occurring.

[read-only]
TabPageTabPage.

Gets the System.Windows.Forms.TabPage the event is occurring for.

[read-only]
TabPageIndexint.

Gets the zero-based index of the TabControlCancelEventArgs.TabPage in the TabControl.TabPages collection.