InputManager.PostNotifyInput 이벤트

정의

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 

이벤트 유형

특성

설명

모니터는 수신 대기 PreNotifyInput 하거나 PostNotifyInput. 모니터는 입력 준비 영역을 수정할 수 없습니다.

연결된 PostNotifyInput 처리기는 사용자가 추가한 처리기가 시스템의 처리기 앞에 호출되도록 역순으로 호출됩니다.

입력은 다음 단계에서 WPF 처리됩니다.

  1. 사전 처리 단계입니다. 입력 관리자가 이벤트를 발생합니다 PreProcessInput .

  2. 미리 알림 단계. 입력 관리자가 이벤트를 발생합니다 PreNotifyInput .

  3. WPF 입력 이벤트 또는 이벤트가 발생합니다.

  4. 사후 알림 단계입니다. 입력 관리자가 이벤트를 발생합니다 PostNotifyInput .

  5. 프로세스 후 단계입니다. 입력 관리자가 이벤트를 발생합니다 PostProcessInput .

적용 대상

추가 정보