ItemCheckEventArgs(Int32, CheckState, CheckState) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ItemCheckEventArgs.

public:
 ItemCheckEventArgs(int index, System::Windows::Forms::CheckState newCheckValue, System::Windows::Forms::CheckState currentValue);
public ItemCheckEventArgs (int index, System.Windows.Forms.CheckState newCheckValue, System.Windows.Forms.CheckState currentValue);
new System.Windows.Forms.ItemCheckEventArgs : int * System.Windows.Forms.CheckState * System.Windows.Forms.CheckState -> System.Windows.Forms.ItemCheckEventArgs
Public Sub New (index As Integer, newCheckValue As CheckState, currentValue As CheckState)

Parametry

index
Int32

Indeks zerowy elementu do zmiany.

newCheckValue
CheckState

CheckState Jedną z wartości wskazujących, czy zmienić pole wyboru elementu, które ma być zaznaczone, niezaznaczone lub nieokreślone.

currentValue
CheckState

CheckState Jedna z wartości wskazujących, czy pole wyboru dla elementu jest obecnie zaznaczone, niezaznaczone lub nieokreślone.

Dotyczy

Zobacz też