Control.OnPreviewKeyUp(KeyRoutedEventArgs) 메서드

정의

PreviewKeyUp 이벤트가 발생하기 전에 호출됩니다.

protected:
 virtual void OnPreviewKeyUp(KeyRoutedEventArgs ^ e) = OnPreviewKeyUp;
void OnPreviewKeyUp(KeyRoutedEventArgs const& e);
protected virtual void OnPreviewKeyUp(KeyRoutedEventArgs e);
function onPreviewKeyUp(e)
Protected Overridable Sub OnPreviewKeyUp (e As KeyRoutedEventArgs)

매개 변수

e
KeyRoutedEventArgs

이벤트 데이터입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Fall Creators Update (10.0.16299.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v5.0에서 도입되었습니다.)

적용 대상