TabControlEventArgs(TabPage, Int32, TabControlAction) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy TabControlEventArgs.

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)

Parametry

tabPage
TabPage

Zdarzenie TabPage jest dla.

tabPageIndex
Int32

Indeks zerowy tabPage klasy w kolekcji TabPages .

action
TabControlAction

TabControlAction Jedna z wartości.

Uwagi

Wartości właściwości nowo utworzonego wystąpienia są inicjowane do określonych wartości parametrów.

Dotyczy

Zobacz też