Table of Contents

Class GotFocusEventArgs

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll

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

KeyModifiers

NavigationMethod

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

public NavigationMethod NavigationMethod { get; init; }

Property Value

NavigationMethod