A command that undoes a single operation in a Recorder.
Implements
Namespace: PostSharp.Patterns.Model.Controls
Assembly: PostSharp.Patterns.Xaml.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public sealed class UndoCommand : UndoRedoCommandBase, ICommandConstructors
| 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. |