다음을 통해 공유


KeyEventHandler 대리자

정의

KeyUpKeyDown 이벤트를 처리하는 메서드를 나타냅니다.

public delegate void KeyEventHandler(Platform::Object ^ sender, KeyRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3681085388, 39467, 21117, 153, 137, 37, 40, 77, 172, 204, 3)]
public delegate void KeyEventHandler(object sender, KeyRoutedEventArgs e);
Public Delegate Sub KeyEventHandler(sender As Object, e As KeyRoutedEventArgs)

매개 변수

sender
Object

Platform::Object

이벤트 처리기가 연결된 개체입니다.

e
KeyRoutedEventArgs

이벤트 데이터입니다.

특성

적용 대상