Represents a command that can track and undo changes of INotifyPropertyValueChanged objects.
The following tables list the members exposed by the TrackChangesCommand type.
Name | Description | |
---|---|---|
Command.HasEffect override. |
Name | Description | |
---|---|---|
Cancels the command. (Inherited from DisposableCommand.) |
||
IDisposable.Dispose implementation. (Inherited from DisposableCommand.) |
Name | Description | |
---|---|---|
Called before undoing or redoing the command. |
||
Called after undoing or redoing the command. |
||
Command.Execute override. (Inherited from DisposableCommand.) |
||
DisposableCommand.Redo override. |
||
DisposableCommand.Undo override. |