Class | Description | |
---|---|---|
Represents an action that modifies an object and whose effects can be undone. |
||
Represents a set of Command instances as a single operation. Undoing or redoing the composite action, respectively undoes or redoes all its constituent subactions at the same time. |
||
Represents a command that implements the IDisposable interface. |
||
Represents a command that can track and undo changes of INotifyPropertyValueChanged objects. |
||
Contains the arguments passed to the undo-related event handlers. |