ISelectionAdapterHandleKeyDown Method
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.UtilsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void HandleKeyDown(
KeyEventArgs e
)
Sub HandleKeyDown (
e As KeyEventArgs
)
abstract HandleKeyDown :
e : KeyEventArgs -> unit
Parameters
- e KeyEventArgs
- A KeyEventArgs
that contains data about the
KeyDown event.