Share via


UIElement.GettingFocusEvent Property

Definition

Gets the identifier for the GettingFocus routed event.

public static RoutedEvent GettingFocusEvent { get; }

Property Value

The identifier for the GettingFocus routed event.

Remarks

We recommend using the UIElement focus routed events instead of FocusManager events whenever possible.

Only a single UI element at a time can have focus.

A control can get focus when another control loses focus, the application view changes, the user switches applications, or the user interacts with the system such that the application is no longer in the foreground.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also