If you are updating a table other than the internal data table (CurrentDataTable, CurrentRow, CurrentView...take your pick
) then you will have to handle this in the AfterUndo method yourself. If you have an ADO.NET data table just reject the changes:MyDataTable.RejectChanges()