TabControlEventArgs(TabPage, Int32, TabControlAction) Construtor

Definição

Inicializa uma nova instância da TabControlEventArgs classe.

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

O TabPage evento está a decorrer para.

tabPageIndex
Int32

O índice baseado em zero de tabPage na TabPages coleção.

action
TabControlAction

Um dos TabControlAction valores.

Observações

Os valores das propriedades da instância recém-criada são inicializados para os valores dos parâmetros especificados.

Aplica-se a

Ver também