Cricket
Active member
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?
What event is after the CheckedItems is updated?