Share via


UIElement.PreviewKeyUpEvent 屬性

定義

取得 PreviewKeyUp 路由事件的識別碼。

public:
 static property RoutedEvent ^ PreviewKeyUpEvent { RoutedEvent ^ get(); };
static RoutedEvent PreviewKeyUpEvent();
public static RoutedEvent PreviewKeyUpEvent { get; }
var routedEvent = UIElement.previewKeyUpEvent;
Public Shared ReadOnly Property PreviewKeyUpEvent As RoutedEvent

屬性值

PreviewKeyUp 路由事件的識別碼。

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

適用於

另請參閱