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)
- C#
- VB
- F#
[UnstableAttribute]
public interface IKeyboardNavigationHandler
<UnstableAttribute>
Public Interface IKeyboardNavigationHandler
[<UnstableAttribute>]
type IKeyboardNavigationHandler = interface end
Methods
Move(IInputElement, NavigationDirection, KeyModifiers) | Moves the focus in the specified direction. |