Keyboard.PreviewGotKeyboardFocusEvent 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识 PreviewGotKeyboardFocus 附加事件。
public: static initonly System::Windows::RoutedEvent ^ PreviewGotKeyboardFocusEvent;
public static readonly System.Windows.RoutedEvent PreviewGotKeyboardFocusEvent;
staticval mutable PreviewGotKeyboardFocusEvent : System.Windows.RoutedEvent
Public Shared ReadOnly PreviewGotKeyboardFocusEvent As RoutedEvent
字段值
注解
路由事件标识符是在注册路由事件时创建的,结果将作为字段存储在注册路由事件的类上。 这些标识符包含标识名称、所有者类型、处理程序类型、路由策略以及用于为事件添加所有者的实用工具方法。 通常使用这些标识符作为事件系统方法的参数,以标识特定的路由事件。