Map::MouseMove Event

Bing
 

Occurs when the mouse moves over the map.(

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

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