Map.MouseMove Event

 

Occurs when the mouse moves over the map.(

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

Syntax

public event MouseEventHandler MouseMove
public:
event MouseEventHandler^ MouseMove {
    void add(MouseEventHandler^ value);
    void remove(MouseEventHandler^ value);
}
member MouseMove : IEvent<MouseEventHandler,
    MouseEventArgs>
Public Event MouseMove As MouseEventHandler

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top