In the DataGridView, I have a CellValueChanged event, when the user changes the value of the cell, this event is fired. When the user changes one cell, the value 1 changes to 2, then the user clicks the next cell and presses Escape, the value in the first cell changes from 2 to 1, the CellValueChanged event does not fire. I store values in temporary lists of an object, and I have update values in these lists. What event is fired when the user presses the Exit key and exits the edit control mode?
thank
source
share