PostSharpAPI ReferencePost­Sharp.​Patterns.​Model.​ControlsRedo­Command
Open sandboxFocus

RedoCommand Class

A command that redoes a single operation in a Recorder.

Inheritance
RedoCommand
Implements
System.Windows.Input.ICommand
Namespace: PostSharp.Patterns.Model.Controls
Assembly: PostSharp.Patterns.Xaml.dll
Syntax
public sealed class RedoCommand : UndoRedoCommandBase

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.