Aracılığıyla paylaş


ItemCheckEventArgs(Int32, CheckState, CheckState) Oluşturucu

Tanım

ItemCheckEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

index
Int32

Değiştirecek öğenin sıfır tabanlı dizini.

newCheckValue
CheckState

CheckState İşaretlenecek, işaretlenmemiş veya belirsiz öğe için onay kutusunun değiştirilip değiştirilmeyeceğini gösteren değerlerden biri.

currentValue
CheckState

CheckState Öğenin onay kutusunun şu anda işaretli mi, işaretsiz mi yoksa belirsiz mi olduğunu gösteren değerlerden biri.

Şunlara uygulanır

Ayrıca bkz.