Control.OnPreviewKeyDown(KeyRoutedEventArgs) 方法

定义

PreviewKeyDown 事件发生之前调用。

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

参数

e
KeyRoutedEventArgs

事件的数据。

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

适用于