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 引進)

適用於