MapClickedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event Args for Map's MapClicked event.
public class MapClickedEventArgs
type MapClickedEventArgs = class
- Inheritance
-
System.ObjectMapClickedEventArgs
Constructors
MapClickedEventArgs(Position) |
Creates a new MapClickedEventArgs specifying the Position that corresponds to the point on which the Map was clicked. |
Properties
Position |
The Position that corresponds to the point on which the Map was clicked. |