IPreviewCommandSource Properties
.NET Framework 4.5
The IPreviewCommandSource type exposes the following members.
| Name | Description | |
|---|---|---|
|
Command | Gets the command that will be executed when the command source is invoked. (Inherited from ICommandSource.) |
|
CommandParameter | Represents a user defined data value that can be passed to the command when it is executed. (Inherited from ICommandSource.) |
|
CommandTarget | The object that the command is being executed on. (Inherited from ICommandSource.) |
|
PreviewCommandParameter | Represents a user defined data value that can be passed to the command when it is previewed. |