UndoRedoCommandBase Class |
PostSharp.Patterns.Model.Controls.UndoRedoCommandBase
PostSharp.Patterns.Model.Controls.RedoCommand
PostSharp.Patterns.Model.Controls.UndoCommand
Namespace: PostSharp.Patterns.Model.Controls
Assembly: PostSharp.Patterns.Xaml (in PostSharp.Patterns.Xaml.dll) Version: 6.10.10.0 (6.10.10.0)
public abstract class UndoRedoCommandBase : ICommand
The UndoRedoCommandBase type exposes the following members.
Name | Description | |
---|---|---|
CanExecute | Defines the method that determines whether the command can execute in its current state. | |
Execute | Defines the method to be called when the command is invoked. |
Name | Description | |
---|---|---|
CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. |