I am using a windows form in which i have a build a usercontrol with one textbox and one CheckedList control. What i wanted to do is i want to capture the ListIndexChanged event of CheckListbox control in my form where i use this usercontrol.
Please help me how to do this
You can add this
to your control and subscribe to this event from the form
take a look here