| C1.Win.C1Report.4 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewThumbnailView クラス : ItemCheck イベント |
'宣言 Public Event ItemCheck As System.Windows.Forms.ItemCheckEventHandler
public event System.Windows.Forms.ItemCheckEventHandler ItemCheck
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.ItemCheckEventArgs 型の引数を受け取りました。次の ItemCheckEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| CurrentValue | Gets a value indicating the current state of the item's check box. |
| Index | Gets the zero-based index of the item to change. |
| NewValue | Gets or sets a value indicating whether to set the check box for the item to be checked, unchecked, or indeterminate. |