Share via


Map.OnMouseWheel Method (MouseWheelEventArgs)

 

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)

Syntax

protected override void OnMouseWheel(
    MouseWheelEventArgs e
)
protected:
virtual void OnMouseWheel(
    MouseWheelEventArgs^ e
) override
override OnMouseWheel : 
        e:MouseWheelEventArgs -> unit
Protected Overrides Sub OnMouseWheel (
    e As MouseWheelEventArgs
)

Parameters

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top