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)
- C#
- VB
- F#
public void HandleKeyDown(
KeyEventArgs e
)
Public Sub HandleKeyDown (
e As KeyEventArgs
)
abstract HandleKeyDown :
e : KeyEventArgs -> unit
override HandleKeyDown :
e : KeyEventArgs -> unit
Parameters
- KeyEventArgs
- A KeyEventArgs that contains data about the KeyDown event.
Implements
ISelectionAdapter.HandleKeyDown(KeyEventArgs)See Also
Reference
SelectingItemsControlSelectionAdapter Class
Avalonia.Controls.Utils Namespace