TabControlEventArgs(TabPage, Int32, TabControlAction) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

tabPage
TabPage

L’événement TabPage se produit pour.

tabPageIndex
Int32

Index de base zéro de tabPage la TabPages collection.

action
TabControlAction

Une des TabControlAction valeurs.

Remarques

Les valeurs de propriété de l’instance nouvellement créée sont initialisées aux valeurs de paramètre spécifiées.

S’applique à

Voir aussi