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

表示使用者定義的資料值,該值可以在預覽時傳遞至命令。

適用於