Map::MouseWheel Event

Bing
 

Occurs when the mouse wheel is used.

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

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