In This Article

PreviewableCompositeCommand Class

Provides an IPreviewableCommand implementation of CompositeCommand.

public class PreviewableCompositeCommand : CompositeCommand, IPreviewableCommand
Inheritance:
object CompositeCommand object
Implements:
IPreviewableCommand

Constructors

PreviewableCompositeCommand()

Initializes an instance of the class.

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