I wanted to know which is the right event to choose for making changes according to DataGridView checkbox cell value.
I want to do "A" when the checkbox is Checked and "B" when it's unchecked.
I've used CurrentCellDirtyStateChanged event and it worked partially. if i'm changing the value and then staying in the cell and change it again it causes unwanted behaviour(calling the cellclick event).
how can i prevent it?