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

プレビュー時にコマンドに渡すことができるユーザー定義データ値を表します。

適用対象