ItemCheckEventArgs クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal index As Integer, _ ByVal newCheckValue As CheckState, _ ByVal currentValue As CheckState _)
[C#]
public ItemCheckEventArgs(
intindex,CheckStatenewCheckValue,CheckStatecurrentValue);
[C++]
public: ItemCheckEventArgs(
intindex,CheckStatenewCheckValue,CheckStatecurrentValue);
[JScript]
public function ItemCheckEventArgs(
index : int,newCheckValue : CheckState,currentValue : CheckState);
パラメータ
- index
変更する項目の、0 から始まるインデックス番号。 - newCheckValue
項目のチェック ボックスをオン、オフ、未確定のいずれかに変更するかどうかを示す、 CheckState 値の 1 つ。 - currentValue
項目のチェック ボックスが現在オン、オフ、または未確定かどうかを示す、 CheckState 値の 1 つ。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
ItemCheckEventArgs クラス | ItemCheckEventArgs メンバ | System.Windows.Forms 名前空間 | CheckState