Original Value of DataGridView's Cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a DataGridView on my Windows form, and currently using its
CellValueChanged event. How do I retrieve the original value of the cell
(before it changed)? I need to compare that value with the new value. Thank
you.
 
Back
Top