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