TabControlEventArgs Class

Provides data for the Selected and Deselected events of the TabControl control.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Action enum Gets the value indicating which tab control event occurred. See TabControlAction for a list of values.
Public property TabPage object Gets the TabPage object that generated the event.
Public property TabPageIndex int Gets the zero-based index of the TabPage in the TabPage collection.
Methods
  Name Description
Public property Create Initializes a new instance of the TabControl class.  
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.TabControlEventArgs