CommandBinding.PreviewExecuted イベント

定義

この CommandBinding に関連付けられたコマンドが実行されたときに発生します。

public:
 event System::Windows::Input::ExecutedRoutedEventHandler ^ PreviewExecuted;
public event System.Windows.Input.ExecutedRoutedEventHandler PreviewExecuted;
member this.PreviewExecuted : System.Windows.Input.ExecutedRoutedEventHandler 
Public Custom Event PreviewExecuted As ExecutedRoutedEventHandler 
Public Event PreviewExecuted As ExecutedRoutedEventHandler 

イベントの種類

注釈

RoutedCommand 実行されると、コマンド ターゲットで PreviewExecuted イベントが発生します。 コマンド ターゲットに コマンドの が CommandBinding 含まれている場合は、 の PreviewExecuted ハンドラーが CommandBinding 呼び出されます。 コマンド ターゲットに コマンドの が含 CommandBinding まれていない場合、 PreviewExecuted イベントは、 コマンドに関連付けられている 要素を検索する CommandBinding 要素ツリーをトンネルダウンします。 プレビュー イベントが処理されない場合、 Executed イベントはコマンド ターゲットで発生します。

ルーティングされたイベント情報

識別子フィールド PreviewExecutedEvent
ルーティング戦略 トンネリング
代理人 ExecutedRoutedEventHandler
  • 対応するバブリング イベントは です Executed

適用対象

こちらもご覧ください