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

RedoCommand Constructor

RedoCommand()

Initializes a new instance of the RedoCommand class and binds it to the DefaultRecorder.

Declaration
public RedoCommand()

RedoCommand(Recorder)

Initializes a new instance of the UndoCommand class and specifies to which Recorder it should be bound.

Declaration
public RedoCommand(Recorder recorder)
Parameters
Type Name Description
Recorder recorder

The Recorder to which the new RedoCommand should be bound.