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.
Occurs when the screen is touched over the map.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public event EventHandler<TouchEventArgs> TouchDown
public:
event EventHandler<TouchEventArgs^>^ TouchDown {
void add(EventHandler<TouchEventArgs^>^ value);
void remove(EventHandler<TouchEventArgs^>^ value);
}
member TouchDown : IEvent<EventHandler<TouchEventArgs>,
TouchEventArgs>
Public Event TouchDown As EventHandler(Of TouchEventArgs)
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top