L
Lanny Thompson
Is there an event similar to ItemCheck, within the CheckedListBox
class, that is called after a list item is checked and updated with
the new check value?
I currently have a method that iterates through the CheckedItems
collection of a CheckListBox control. My problem is the CheckedItems
collection doesn't have the correct count because of the ItemCheck
event occurring before the checked state is changed.
Thanks,
Lan
class, that is called after a list item is checked and updated with
the new check value?
I currently have a method that iterates through the CheckedItems
collection of a CheckListBox control. My problem is the CheckedItems
collection doesn't have the correct count because of the ItemCheck
event occurring before the checked state is changed.
Thanks,
Lan