Share via


MapBase.MouseWheel Event

This documentation is no longer available on MSDN, however it is available as a CHM download.

When overridden in a derived class, occurs when the mouse wheel is used.

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

Usage

Syntax

'Declaration
Public Event MouseWheel As MouseWheelEventHandler
public abstract event MouseWheelEventHandler MouseWheel
public:
virtual event MouseWheelEventHandler^ MouseWheel {
    void add (MouseWheelEventHandler^ value) abstract override;
    void remove (MouseWheelEventHandler^ value) abstract override;
}
/** @event */
public abstract void add_MouseWheel (MouseWheelEventHandler value)

/** @event */
public abstract void remove_MouseWheel (MouseWheelEventHandler value)

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

MapBase Class
MapBase Members
Microsoft.Maps.MapControl.Core Namespace