Skip to main content

GotFocusEventArgs Class

Definition

Namespace:Avalonia.Input
Assembly:Avalonia.Base
Package:Avalonia
public class GotFocusEventArgs

Inheritance: EventArgs -> RoutedEventArgs -> GotFocusEventArgs

Constructors

NameDescription
GotFocusEventArgsNo summary available.

GotFocusEventArgs Constructor

public GotFocusEventArgs()

Properties

NameDescription
KeyModifiersGets or sets any key modifiers active at the time of focus.
NavigationMethodGets or sets a value indicating how the change in focus occurred.
HandledGets or sets a value indicating whether the routed event has already been handled. Inherited from RoutedEventArgs.
RouteGets or sets the routing strategy (direct, bubbling, or tunneling) of the routed event. Inherited from RoutedEventArgs.
RoutedEventGets or sets the routed event associated with these event args. Inherited from RoutedEventArgs.
SourceGets 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; }

Gets or sets a value indicating how the change in focus occurred.

public Avalonia.Input.NavigationMethod NavigationMethod { get; set; }