Open sandboxFocus

Class UndoRedoCommandBase

Base class for UndoCommand and RedoCommand.

Inheritance
UndoRedoCommandBase
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 abstract class UndoRedoCommandBase : ICommand

Properties

Name Description
Recorder

Gets the Recorder bound to this command.

Methods

Name Description
CanExecute(object)
Execute(object)

Events

Name Description
CanExecuteChanged