Question about ListView
I have a ListView that contains items with checkboxes.
I have created 2 buttons (SELECT ALL, DESELCT ALL) and they are working fine (all checkboxes are checked or unchecked).
What I want to know is how could I detect if an item checkbox is unchecked ?
Which event I should use to veriify this ?
If you have code in C# showing how to do it, please post it.
Thank you all

