Summary
Provides handling for the
KeyDown
event that occurs
when a key is pressed while the drop-down portion of the
AutoCompleteBox
has focus.
- Namespace
- Avalonia
.Controls .Utils - Containing Type
- ISelectionAdapter
Syntax
void HandleKeyDown(KeyEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
e | KeyEventArgs | A KeyEventArgs
that contains data about the
KeyDown event. |
Return Value
Type | Description |
---|---|
void |