TabControlEventArgs(TabPage, Int32, TabControlAction) Constructor

Definitie

Initialiseert een nieuw exemplaar van de TabControlEventArgs klasse.

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)

Parameters

tabPage
TabPage

De TabPage gebeurtenis vindt plaats voor.

tabPageIndex
Int32

De op nul gebaseerde index van tabPage in de TabPages verzameling.

action
TabControlAction

Een van de TabControlAction waarden.

Opmerkingen

De eigenschapswaarden van het zojuist gemaakte exemplaar worden geïnitialiseerd op de opgegeven parameterwaarden.

Van toepassing op

Zie ook