PostSharpAPI ReferencePost­Sharp.​Patterns.​Model.​ControlsUndo­Redo­Command­Base
Open sandboxFocus

UndoRedoCommandBase Class

Base class for UndoCommand and RedoCommand.

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

Properties

Name Description
Recorder

Gets the Recorder bound to this command.

Methods

Name Description
CanExecute(Object)
Execute(Object)

Events

Name Description
CanExecuteChanged