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

TabPage pour lequel l'événement se produit.

tabPageIndex
Int32

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

action
TabControlAction

Une des valeurs de l'objet TabControlAction.

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