MapCore.TouchPan Event

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

Occurs when the screen is touched and dragged to pan the map. This event occurs every frame.

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

Usage

Syntax

'Declaration
<ScriptableMemberAttribute> _
Public Event TouchPan As EventHandler(Of MapTouchDragEventArgs)
[ScriptableMemberAttribute] 
public override event EventHandler<MapTouchDragEventArgs> TouchPan
[ScriptableMemberAttribute] 
public:
virtual event EventHandler<MapTouchDragEventArgs^>^ TouchPan {
    void add (EventHandler<MapTouchDragEventArgs^>^ value) override;
    void remove (EventHandler<MapTouchDragEventArgs^>^ value) override;
}
/** @event */
public void add_TouchPan (EventHandler<MapTouchDragEventArgs> value)

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