Share via


Map.MouseWheel Event

 

Occurs when the mouse wheel is used.

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

Syntax

public event MouseWheelEventHandler MouseWheel
public:
event MouseWheelEventHandler^ MouseWheel {
    void add(MouseWheelEventHandler^ value);
    void remove(MouseWheelEventHandler^ value);
}
member MouseWheel : IEvent<MouseWheelEventHandler,
    MouseWheelEventArgs>
Public Event MouseWheel As MouseWheelEventHandler

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top