Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​ComponentModel.​IChangeTracking
Assembly: System.ComponentModel
Defines the mechanism for querying the object for changes and resetting of the changed status.
Properties
bool
IsChanged
Gets the object's changed status.
Methods
void
AcceptChanges​()
Resets the object's state to unchanged by accepting the modifications.