CommandBinding.PreviewExecuted 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
與此 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。