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

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

適用対象