Class GotFocusEventArgs
Holds arguments for a GotFocusEvent.
public class GotFocusEventArgs : RoutedEventArgs
- Inheritance
-
GotFocusEventArgs
- Inherited Members
Constructors
GotFocusEventArgs()
public GotFocusEventArgs()
Properties
KeyModifiers
Gets or sets any key modifiers active at the time of focus.
public KeyModifiers KeyModifiers { get; init; }
Property Value
NavigationMethod
Gets or sets a value indicating how the change in focus occurred.
public NavigationMethod NavigationMethod { get; init; }