ArcGIS API for Windows Phone - Library Reference
MouseClick Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class : MouseClick Event

Occurs when the map is clicked.

Syntax

Visual Basic (Declaration) 
Public Event MouseClick As EventHandler(Of Map.MouseEventArgs)
C# 
public event EventHandler<Map.MouseEventArgs> MouseClick

Event Data

The event handler receives an argument of type Map.MouseEventArgs containing data related to this event. The following Map.MouseEventArgs properties provide information specific to this event.

PropertyDescription
Handled Gets or sets whether this event should continue to bubble.
MapPoint Gets or sets the point on the map where the event was raised
ScreenPoint Gets or sets the screen point where the event was raised
WheelDelta Gets or sets the amount the mouse wheel was scrolled

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.