Map.OnTouchUp Method (TouchEventArgs)
Enables the ability to provide custom handling when a finger is raised off 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 OnTouchUp(
TouchEventArgs e
)
protected:
virtual void OnTouchUp(
TouchEventArgs^ e
) override
override OnTouchUp :
e:TouchEventArgs -> unit
Protected Overrides Sub OnTouchUp (
e As TouchEventArgs
)
Parameters
e
Type: System.Windows.Input.TouchEventArgsThe event arguments.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top