Map.OnTouchDown Method (TouchEventArgs)

 

Enables the ability to provide custom handling when a finger touches the screen while it is over the map.

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

Syntax

protected override void OnTouchDown(
    TouchEventArgs e
)
protected:
virtual void OnTouchDown(
    TouchEventArgs^ e
) override
override OnTouchDown : 
        e:TouchEventArgs -> unit
Protected Overrides Sub OnTouchDown (
    e As TouchEventArgs
)

Parameters

See Also

Map Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top