Map::KeyDown Event

Bing
 

Occurs when a key is pressed while focus is on the map.

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

public:
event KeyEventHandler^ KeyDown {
	void add(KeyEventHandler^ value);
	void remove(KeyEventHandler^ value);
}
Return to top
Show: