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

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

适用于