Map::OnKeyDown Method (KeyEventArgs^)

Bing
 

Enables the ability to provide custom handling when a keyboard key is pressed.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

protected:
virtual void OnKeyDown(
	KeyEventArgs^ e
) override

Parameters

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

The event arguments.

Return to top
Show: