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
이벤트 유형
- 특성
설명
모니터는 수신 대기 PreNotifyInput 하거나 PostNotifyInput. 모니터는 입력 준비 영역을 수정할 수 없습니다.
연결된 PostNotifyInput 처리기는 사용자가 추가한 처리기가 시스템의 처리기 앞에 호출되도록 역순으로 호출됩니다.
입력은 다음 단계에서 WPF 처리됩니다.
사전 처리 단계입니다. 입력 관리자가 이벤트를 발생합니다 PreProcessInput .
미리 알림 단계. 입력 관리자가 이벤트를 발생합니다 PreNotifyInput .
WPF 입력 이벤트 또는 이벤트가 발생합니다.
사후 알림 단계입니다. 입력 관리자가 이벤트를 발생합니다 PostNotifyInput .
프로세스 후 단계입니다. 입력 관리자가 이벤트를 발생합니다 PostProcessInput .