itemcheck

  1. Stonkie

    Question CheckedListBox's ItemCheck event : bad timing...

    I need to produce a list of checked entries from a CheckedListBox whenever an item changes, but that ItemCheck event gets thrown before the item's status is actually changed so the checked items list is incorrect. I found a forum post telling to use the SelectedIndexChanged event instead, but...
Back
Top