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 つ。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET