SetItemChecked( _
ByVal tag As Object, _
ByVal value As Boolean)
Event fired when the user checks an item of a check-box list view.
If the CheckBoxes property is true, this event is fired when the user checks or unchecks the box next to an item. Cast the tag parameter to your own data type and use your own logic to record the user's choice. GetItemChecked
Parameters:
| ByVal tag | As Object | |
| ByVal value | As Boolean |