ISelectionAdapter.HandleKeyDown Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Input (in System.Windows.Controls.Input.dll)

Syntax

'Declaration
Sub HandleKeyDown ( _
    e As KeyEventArgs _
)
void HandleKeyDown(
    KeyEventArgs e
)

Parameters

Remarks

This method is called by the KeyDown method of the AutoCompleteBox, when the drop-down portion of the AutoCompleteBox has focus. The implementation should provide key handling for the selection adapter.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.