Occurs when the map is clicked.
Syntax
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.
Property | Description |
---|
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