InputManager.PreNotifyInput 이벤트

정의

입력이 취소되지 않은 경우 PreProcessInput 처리기가 입력 처리를 마칠 때 발생합니다.

public:
 event System::Windows::Input::NotifyInputEventHandler ^ PreNotifyInput;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Input.NotifyInputEventHandler PreNotifyInput;
public event System.Windows.Input.NotifyInputEventHandler PreNotifyInput;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.PreNotifyInput : System.Windows.Input.NotifyInputEventHandler 
member this.PreNotifyInput : System.Windows.Input.NotifyInputEventHandler 
Public Custom Event PreNotifyInput As NotifyInputEventHandler 

이벤트 유형

특성

설명

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

연결된 처리기는 역순으로 PreNotifyInput 호출되므로 사용자가 추가한 처리기는 시스템의 처리기 이전에 호출됩니다.

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

  1. 전처리 단계입니다. 입력된 관리자 발생을 PreProcessInput 이벤트입니다.

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

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

  4. 후 알림 단계입니다. 입력된 관리자 발생을 PostNotifyInput 이벤트입니다.

  5. 후 처리 단계입니다. 입력된 관리자 발생을 PostProcessInput 이벤트입니다.

적용 대상

추가 정보