Compass.DragDelta Event

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

Occurs when the user drags the center of the compass control to pan the map.

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

Usage

Syntax

'Declaration
Public Event DragDelta As EventHandler(Of CompassDragEventArgs)
public event EventHandler<CompassDragEventArgs> DragDelta
public:
event EventHandler<CompassDragEventArgs^>^ DragDelta {
    void add (EventHandler<CompassDragEventArgs^>^ value);
    void remove (EventHandler<CompassDragEventArgs^>^ value);
}
/** @event */
public void add_DragDelta (EventHandler<CompassDragEventArgs> value)

/** @event */
public void remove_DragDelta (EventHandler<CompassDragEventArgs> 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

Compass Class
Compass Members
Microsoft.Maps.MapControl.Navigation Namespace