Keyboard.PreviewKeyUpEvent 字段

定义

标识 PreviewKeyUp 附加事件。

public: static initonly System::Windows::RoutedEvent ^ PreviewKeyUpEvent;
public static readonly System.Windows.RoutedEvent PreviewKeyUpEvent;
 staticval mutable PreviewKeyUpEvent : System.Windows.RoutedEvent
Public Shared ReadOnly PreviewKeyUpEvent As RoutedEvent 

字段值

注解

路由事件标识符是在注册路由事件时创建的,结果将作为字段存储在注册路由事件的类上。 这些标识符包含标识名称、所有者类型、处理程序类型、路由策略以及用于为事件添加所有者的实用工具方法。 通常使用这些标识符作为事件系统方法的参数来标识特定的路由事件。

适用于