In This Article

PreviewableCompositeCommand Class

Provides an IPreviewableCommand implementation of CompositeCommand.

public class PreviewableCompositeCommand : CompositeCommand, IPreviewableCommand, ICommand
Inheritance:
Object CompositeCommand Object
Implements:
IPreviewableCommand

Constructors

PreviewableCompositeCommand()

public PreviewableCompositeCommand()

Methods

CancelPreview(Object)

Requests to cancel a command preview.

public void CancelPreview(object parameter)
Parameter Type Description
parameter Object

The command parameter.

Preview(Object)

Requests that the command should be previewed.

public void Preview(object parameter)
Parameter Type Description
parameter Object

The command parameter.

Inherited Members