InputManager.PostNotifyInput 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
發生在 PreNotifyInput 處理器完成輸入處理後,且相應的 Windows Presentation Foundation(WPF)事件也已被觸發。
public:
event System::Windows::Input::NotifyInputEventHandler ^ PostNotifyInput;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Input.NotifyInputEventHandler PostNotifyInput;
public event System.Windows.Input.NotifyInputEventHandler PostNotifyInput;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.PostNotifyInput : System.Windows.Input.NotifyInputEventHandler
member this.PostNotifyInput : System.Windows.Input.NotifyInputEventHandler
Public Custom Event PostNotifyInput As NotifyInputEventHandler
事件類型
- 屬性
備註
監控器是指任何會監聽或PreNotifyInputPostNotifyInput 監視器無法修改輸入暫存區。
所附加 PostNotifyInput 的處理器以反向順序呼叫,使使用者新增的處理器在系統中的處理器之前被呼叫。
輸入在 WPF 中會依以下階段進行處理:
前處理階段。 輸入管理器會觸發事件 PreProcessInput 。
預通知階段。 輸入管理器會觸發事件 PreNotifyInput 。
WPF 輸入事件或事件會被觸發。
通知之後的階段。 輸入管理器會觸發事件 PostNotifyInput 。
後處理階段。 輸入管理器會觸發事件 PostProcessInput 。