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 中引入)

适用于