IKeyboardNavigationHandler Interface

Defines the interface for classes that handle keyboard navigation for a window.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[UnstableAttribute]
public interface IKeyboardNavigationHandler

Methods

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

See Also