GotFocusEventArgs Class

Summary

Holds arguments for a GotFocusEvent.
Namespace
Avalonia.Input
Base Types
graph BT Type-->Base0["RoutedEventArgs"] click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["GotFocusEventArgs"] class Type type-node

Syntax

public class GotFocusEventArgs : RoutedEventArgs

Properties

Name Value Summary
Handled bool
Inherited from RoutedEventArgs
InputModifiers InputModifiers
Gets or sets any input modifiers active at the time of focus.
KeyModifiers KeyModifiers
Gets or sets any key modifiers active at the time of focus.
NavigationMethod NavigationMethod
Gets or sets a value indicating how the change in focus occurred.
Route RoutingStrategies
Inherited from RoutedEventArgs
RoutedEvent RoutedEvent?
Inherited from RoutedEventArgs
Source IInteractive?
Inherited from RoutedEventArgs