ItemCheckEventArgs(Int32, CheckState, CheckState) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 つ。