IPreviewCommand.Preview(Object) Method

Definition

Defines a method to be called when a command is previewed.

public:
 void Preview(System::Object ^ parameter);
public void Preview (object parameter);
abstract member Preview : obj -> unit
Public Sub Preview (parameter As Object)

Parameters

parameter
Object

Data used by the command. If the command does not require data to be passed, this object can be set to null.

Applies to