UIElement.GettingFocusEvent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 GettingFocus 路由事件的标识符。
public:
static property RoutedEvent ^ GettingFocusEvent { RoutedEvent ^ get(); };
static RoutedEvent GettingFocusEvent();
public static RoutedEvent GettingFocusEvent { get; }
var routedEvent = UIElement.gettingFocusEvent;
Public Shared ReadOnly Property GettingFocusEvent As RoutedEvent
属性值
GettingFocus 路由事件的标识符。
注解
建议尽可能使用 UIElement 焦点路由事件而不是 FocusManager 事件。
一次只能有一个 UI 元素具有焦点。
当另一个控件失去焦点、应用程序视图更改、用户切换应用程序或用户与系统交互,使应用程序不再位于前台时,控件可以获得焦点。