CheckedListBox Question

Cricket

Active member
Joined
Jan 6, 2005
Messages
28
Location
Hamilton, ON, Canada
Programming Experience
5-10
I've created a CheckedListBox and want to call a sub when someone checks an item. On the ItemCheck event I call the sub. However I need to know whether the item is checked or unchecked. However this event occurs before the item stores the value of checked or unchecked.

What event is after the CheckedItems is updated?
 
Back
Top