GotFocusEventArgs Class
Definition
Holds arguments for a Avalonia.Input.InputElement.GotFocusEvent.
public class GotFocusEventArgs
Constructors
| Name | Description |
|---|---|
| GotFocusEventArgs | No summary available. |
GotFocusEventArgs Constructor
public GotFocusEventArgs()
Properties
| Name | Description |
|---|---|
| KeyModifiers | Gets or sets any key modifiers active at the time of focus. |
| NavigationMethod | Gets or sets a value indicating how the change in focus occurred. |
| Handled | Gets or sets a value indicating whether the routed event has already been handled. Inherited from RoutedEventArgs. |
| Route | Gets or sets the routing strategy (direct, bubbling, or tunneling) of the routed event. Inherited from RoutedEventArgs. |
| RoutedEvent | Gets or sets the routed event associated with these event args. Inherited from RoutedEventArgs. |
| Source | Gets or sets the source object that raised the routed event. Inherited from RoutedEventArgs. |
KeyModifiers Property
Gets or sets any key modifiers active at the time of focus.
public Avalonia.Input.KeyModifiers KeyModifiers { get; set; }
NavigationMethod Property
Gets or sets a value indicating how the change in focus occurred.
public Avalonia.Input.NavigationMethod NavigationMethod { get; set; }