I'm handling ObjectContext's SavingChanges event to timestamp entries. The requirement is that, if only ColumnA has changed, I don't timestamp the entry when it changes.
Is there a way that I can find out which columns have changed (are changing) during this event?