Name | Description | |
---|---|---|
![]() | ChangeModel | This is called during an Undo or a Redo to actually make state changes to this model or to this model's data. |
![]() | CommitTransaction | Call the UndoManager's CommitTransaction method. |
![]() | RaiseChanged | Raise a Changed event, given a ModelChangedEventArgs. |
![]() | RaisePropertyChanged | Overloaded. Raise a Changed event, given before and after values for a particular property. |
![]() | RollbackTransaction | Call the UndoManager's RollbackTransaction method. |
![]() | StartTransaction | Call the UndoManager's StartTransaction method. |