MapCore.TouchRotate Event

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

Occurs when the map is rotated using touch. This event occurs when a touch point is dragged in a circle around a stationary touch point.

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

Usage

Syntax

'Declaration
Public Event TouchRotate As EventHandler(Of MapTouchRotateEventArgs)
public override event EventHandler<MapTouchRotateEventArgs> TouchRotate
public:
virtual event EventHandler<MapTouchRotateEventArgs^>^ TouchRotate {
    void add (EventHandler<MapTouchRotateEventArgs^>^ value) override;
    void remove (EventHandler<MapTouchRotateEventArgs^>^ value) override;
}
/** @event */
public void add_TouchRotate (EventHandler<MapTouchRotateEventArgs> value)

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

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