Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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