2
Answers

How can I tell if a Datagridview Cell has changed?

Photo of Thomas

Thomas

13y
16.9k
1
Is there an easy way to identify if a cell within a data grid view has been changed (A specific property or event)?

I have a table with a lot of rows and the user MIGHT need to change the date. I'd rather not have to store the old date to see if it has changed.

Answers (2)