Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
e
Type: System.Windows.Input.TouchEventArgsThe event arguments.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top