Hi Greg,
The only way to set IsChanged to false is setting EntityState to Unchanged.
In your case, this might be problematic because once the user update the entity, it's EntityState will change to Modified (rather then Added) and you would have to handle it.