Skip to main content

HandleKeyDown Method

Provides handling for the KeyDown event that occurs when a key is pressed while the drop-down portion of the AutoCompleteBox has focus.

Definition

Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

void HandleKeyDown(
KeyEventArgs e
)
View Source

Parameters

  KeyEventArgs
A KeyEventArgs that contains data about the KeyDown event.

See Also

Reference

ISelectionAdapter Interface
Avalonia.Controls.Utils Namespace