MapCore.MouseMove Event

This documentation is no longer available on MSDN, however it is available as a CHM download.

Occurs when the mouse moves.

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

Usage

Syntax

'Declaration
Public Event MouseMove As MouseEventHandler
public override event MouseEventHandler MouseMove
public:
virtual event MouseEventHandler^ MouseMove {
    void add (MouseEventHandler^ value) override;
    void remove (MouseEventHandler^ value) override;
}
/** @event */
public void add_MouseMove (MouseEventHandler value)

/** @event */
public void remove_MouseMove (MouseEventHandler 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