IPreviewableCommand Interface
Provides the base requirements for an ICommand that supports previewing command results without actually committing them.
public interface IPreviewableCommand
Methods
CancelPreview(object)
Requests to cancel a command preview.
void CancelPreview(object parameter)
| Parameter | Type | Description |
|---|---|---|
| parameter | object | The command parameter. |
Preview(object)
Requests that the command should be previewed.
void Preview(object parameter)
| Parameter | Type | Description |
|---|---|---|
| parameter | object | The command parameter. |