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 つ。

適用対象

こちらもご覧ください