A command that undoes a single operation in a Recorder.
Implements
Namespace: PostSharp.Patterns.Model.Controls
Assembly: PostSharp.Patterns.Xaml.dll
Syntax
public sealed class UndoCommand : UndoRedoCommandBase, ICommand
Constructors
Name | Description |
---|---|
UndoCommand() | Initializes a new instance of the UndoCommand class and binds it to the DefaultRecorder. |
UndoCommand(Recorder) | Initializes a new instance of the UndoCommand class and specifies to which Recorder it should be bound. |