GrapeCity.Win.Editors.v80 アセンブリ > GrapeCity.Win.Editors 名前空間 > GcListBox クラス : ItemCheck イベント |
Public Event ItemCheck As ItemCheckEventHandler
public event ItemCheckEventHandler ItemCheck
イベント ハンドラが、このイベントに関連するデータを含む、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. |