Skip to main content

IKeyboardNavigationHandler Interface

Unstable.

Note: This API is unstable and may change in a future release.

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

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[UnstableAttribute]
public interface IKeyboardNavigationHandler
View Source

Methods

Move(IInputElement, NavigationDirection, KeyModifiers)Moves the focus in the specified direction.

See Also

Reference

Avalonia.Input Namespace