Map.KeyDown Event

 

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)

Syntax

public event KeyEventHandler KeyDown
public:
event KeyEventHandler^ KeyDown {
    void add(KeyEventHandler^ value);
    void remove(KeyEventHandler^ value);
}
member KeyDown : IEvent<KeyEventHandler,
    KeyEventArgs>
Public Event KeyDown As KeyEventHandler

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top