SelectingItemsControlSelectionAdapter.

HandleKeyDown(KeyEventArgs) Method

Summary

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

Syntax

public void HandleKeyDown(KeyEventArgs e)

Parameters

Name Type Description
e KeyEventArgs A KeyEventArgs that contains data about the KeyDown event.

Return Value

Type Description
void