TreeViewItem.

OnKeyDown(KeyEventArgs) Method

Summary

Handles directional navigation within the ItemsControl.
Namespace
Avalonia.Controls
Containing Type
TreeViewItem

Syntax

protected override void OnKeyDown(KeyEventArgs e)

Parameters

Name Type Description
e KeyEventArgs The key events.

Return Value

Type Description
void