M
Mr. X.
When I use dataGridView, and one of it's elements is a checkBox.
How can I catch the event, exactly when the checkBox is changed.
CellValueChanged is not good enough, since the event occurs after both two
steps :
1. I change the value of the cell.
2. I move to another cell.
I want exactly when the checkBox.checked is changed
(DataGridViewCheckBoxCell).
Thanks
How can I catch the event, exactly when the checkBox is changed.
CellValueChanged is not good enough, since the event occurs after both two
steps :
1. I change the value of the cell.
2. I move to another cell.
I want exactly when the checkBox.checked is changed
(DataGridViewCheckBoxCell).
Thanks