Freigeben über


TabControlEventArgs(TabPage, Int32, TabControlAction) Konstruktor

Definition

Initialisiert eine neue Instanz der TabControlEventArgs-Klasse.

public:
 TabControlEventArgs(System::Windows::Forms::TabPage ^ tabPage, int tabPageIndex, System::Windows::Forms::TabControlAction action);
public TabControlEventArgs (System.Windows.Forms.TabPage tabPage, int tabPageIndex, System.Windows.Forms.TabControlAction action);
public TabControlEventArgs (System.Windows.Forms.TabPage? tabPage, int tabPageIndex, System.Windows.Forms.TabControlAction action);
new System.Windows.Forms.TabControlEventArgs : System.Windows.Forms.TabPage * int * System.Windows.Forms.TabControlAction -> System.Windows.Forms.TabControlEventArgs
Public Sub New (tabPage As TabPage, tabPageIndex As Integer, action As TabControlAction)

Parameter

tabPage
TabPage

Die TabPage, für die das Ereignis eintritt.

tabPageIndex
Int32

Der nullbasierte Index der tabPage in der TabPages-Auflistung.

action
TabControlAction

Einer der TabControlAction-Werte.

Hinweise

Die Eigenschaftswerte der neu erstellten Instanz werden mit den angegebenen Parameterwerten initialisiert.

Gilt für

Siehe auch