PowerTools InputMan for Windows Forms 8.0J
ItemCheck イベント

チェックボックスのチェック状態が変更される直前に発生します。
構文
Public Event ItemCheck As ItemCheckEventHandler
public event ItemCheckEventHandler ItemCheck
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ItemCheckEventArgs 型の引数を受け取りました。次の ItemCheckEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
CurrentValueGets a value indicating the current state of the item's check box.  
IndexGets the zero-based index of the item to change.  
NewValueGets or sets a value indicating whether to set the check box for the item to be checked, unchecked, or indeterminate.  
解説
このイベントは、項目のチェックボックスがオンにされた場合に発生します。
参照

GcListBox クラス
GcListBox メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.