SearchMRUListBoxItem::OnKeyDown Method (KeyEventArgs^)

 

Called when a key down action occurs in the MRU list.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnKeyDown(
	KeyEventArgs^ e
) override

Parameters

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

Event arguments.

Return to top
Show: