The properties of System.Windows.Forms.TabControlEventArgs are listed below. For a list of all members, see the TabControlEventArgs Members list.
See Also: Inherited members from System.EventArgs
[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 TabControlEventArgs.TabPage in the TabControl.TabPages collection. |