HwndHost.OnKeyUp(KeyEventArgs) 메서드

정의

호스트된 창이 WM_KEYUP 메시지를 받을 때 호출됩니다.

protected:
 override void OnKeyUp(System::Windows::Input::KeyEventArgs ^ e);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override void OnKeyUp (System.Windows.Input.KeyEventArgs e);
protected override void OnKeyUp (System.Windows.Input.KeyEventArgs e);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.OnKeyUp : System.Windows.Input.KeyEventArgs -> unit
override this.OnKeyUp : System.Windows.Input.KeyEventArgs -> unit
Protected Overrides Sub OnKeyUp (e As KeyEventArgs)

매개 변수

e
KeyEventArgs

이벤트 데이터입니다.

특성

설명

중요

이 형식 또는 멤버는 인터넷 보안 영역에서 사용할 수 없습니다.

이는 클래스 처리기의 OnKeyUp 재정의이며 Win32 메시지를 WPF(Windows Presentation Foundation) 이벤트로 변환하는 동작을 제공하여 적절한 경우 이벤트를 처리됨으로 표시합니다.

적용 대상