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