ItemCheckEventArgs(Int32, CheckState, CheckState) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.