ItemCheckEventArgs(Int32, CheckState, CheckState) コンストラクター

定義

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)

パラメーター

index
Int32

変更する項目の 0 から始まるインデックス。

newCheckValue
CheckState

項目のチェック ボックスを変更するか、チェック を外すか、不確定にするかを示す CheckState 値の 1 つ。

currentValue
CheckState

アイテムのチェック ボックスが現在オンかオフか不確定かを示す CheckState 値の 1 つ。

適用対象

こちらもご覧ください