Map::OnMouseWheel Method (MouseWheelEventArgs^)

Bing
 

Enables the ability to provide custom handling when the mouse wheel moves at the same time the mouse cursor is over the map.

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

protected:
virtual void OnMouseWheel(
	MouseWheelEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::MouseWheelEventArgs^

The event arguments.

Return to top
Show: