In This Article

IPreviewableCommand Interface

Provides the base requirements for an ICommand that supports previewing command results without actually committing them.

public interface IPreviewableCommand : ICommand

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.