MapCore.KeyDown Event
This documentation is no longer available on MSDN, however it is available as a CHM download.
Occurs when a key is pressed down.
Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
Usage
Syntax
'Declaration
Public Event KeyDown As KeyEventHandler
public override event KeyEventHandler KeyDown
public:
virtual event KeyEventHandler^ KeyDown {
void add (KeyEventHandler^ value) override;
void remove (KeyEventHandler^ value) override;
}
/** @event */
public void add_KeyDown (KeyEventHandler value)
/** @event */
public void remove_KeyDown (KeyEventHandler value)
Platforms
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
See Also
Reference
MapCore Class
MapCore Members
Microsoft.Maps.MapControl.Core Namespace