ComboBox::OnPreviewKeyDown Method (KeyEventArgs^)

 

Invoked when a PreviewKeyDown attached routed event occurs.

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

protected:
virtual void OnPreviewKeyDown(
	KeyEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::KeyEventArgs^

Event data.

.NET Framework
Available since 3.0
Return to top
Show: