TabControlEventArgs(TabPage, Int32, TabControlAction) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

tabPage
TabPage

TabPage para el que se está produciendo el evento.

tabPageIndex
Int32

Índice de base cero de tabPage en la colección TabPages.

action
TabControlAction

Uno de los valores de TabControlAction.

Comentarios

Los valores de propiedad de la instancia recién creada se inicializan en los valores de parámetro especificados.

Se aplica a

Consulte también