IPreviewCommandSource 接口

定义

定义知道如何预览命令的对象。

public interface class IPreviewCommandSource : System::Windows::Input::ICommandSource
public interface IPreviewCommandSource : System.Windows.Input.ICommandSource
type IPreviewCommandSource = interface
    interface ICommandSource
Public Interface IPreviewCommandSource
Implements ICommandSource
派生
实现

属性

名称 说明
Command

获取将在调用命令源时执行的命令。

(继承自 ICommandSource)
CommandParameter

表示一个用户定义的数据值,该值可在执行时传递给命令。

(继承自 ICommandSource)
CommandTarget

正在执行命令的对象。

(继承自 ICommandSource)
PreviewCommandParameter

表示可在预览时传递给命令的用户定义数据值。

适用于