If I have a CheckedListBox with an ItemCheck event defined, how do I set it to fire only if a user actually selects a checkbox item not when I check it programmatically.
Right now, if I programmatically set all the checkboxes, I will enter the event code 10 times if I have 10 checkbox items.
I don't want it to fire at all here.
But when the user selects a checkbox, then I want it to fire.
Thanks,
Tom
Right now, if I programmatically set all the checkboxes, I will enter the event code 10 times if I have 10 checkbox items.
I don't want it to fire at all here.
But when the user selects a checkbox, then I want it to fire.
Thanks,
Tom