InputManager.PostNotifyInput Événement

Définition

Se produit une fois que les PreNotifyInput gestionnaires ont terminé de traiter l’entrée et que les événements Windows Presentation Foundation (WPF) correspondants ont été déclenchés.

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 

Type d'événement

Attributs

Remarques

Un moniteur est tout code qui écoute PreNotifyInput ou PostNotifyInput. Les moniteurs ne peuvent pas modifier la zone intermédiaire d’entrée.

Les gestionnaires attachés à PostNotifyInput sont appelés dans l’ordre inverse afin que les gestionnaires ajoutés par les utilisateurs soient appelés avant les gestionnaires dans le système.

L’entrée est traitée dans WPF dans les étapes suivantes :

  1. Phase de préprocessage. Le gestionnaire d’entrées déclenche l’événement PreProcessInput .

  2. Phase de pré-notification. Le gestionnaire d’entrées déclenche l’événement PreNotifyInput .

  3. Le ou les événements d’entrée WPF sont déclenchés.

  4. Étape post-notification. Le gestionnaire d’entrées déclenche l’événement PostNotifyInput .

  5. Étape post-processus. Le gestionnaire d’entrées déclenche l’événement PostProcessInput .

S’applique à

Voir aussi