Any Event which automatically fires after ItemCheck in checked listview
Is there any Event which automatically fires after ItemCheck Event in checked listview.
Problem:
ItemCheck event is performed before item check or uncheck, I want a event which is performed after the item check.
Validate works for me but its not suitable.
I am populating a textbox refering the values in the listview, when the item checks or unckecks I have to modify the textbox value.