IKeyboardNavigationHandler Interface

Summary

Defines the interface for classes that handle keyboard navigation for a window.
Namespace
Avalonia.Input
Implementing Types
graph BT Type["IKeyboardNavigationHandler"] class Type type-node Implementing0["KeyboardNavigationHandler"]-.->Type click Implementing0 "/api/Avalonia.Input/KeyboardNavigationHandler"

Syntax

public interface IKeyboardNavigationHandler

Methods

Name Value Summary
Move(IInputElement, NavigationDirection, KeyModifiers) void
Moves the focus in the specified direction.
SetOwner(IInputRoot) void
Sets the owner of the keyboard navigation handler.