For example; you have 1,2,3 options in the checkedlistbox. I check 1 and 2 and run, but it returns only 2 as true. The problem is the wrong event. I was calling my sub when SelectedValue Event works. But I try to call the sub when Leave event works as follow;
AddHandler chklistbox.Leave, adressof mysub
and it begin to work correctly.
Thank for your interest,