Search
TrackChangesCommand Members
Methods
 


Represents a command that can track and undo changes of INotifyPropertyValueChanged objects.

The following tables list the members exposed by the TrackChangesCommand type.

 Public Methods

  Name Description

beginChange

Called before undoing or redoing the command.

endChange

Called after undoing or redoing the command.

redo

DisposableCommand.Redo override.

undo

DisposableCommand.Undo override.

 See Also