MapElementPointerExitedEventArgs
MapElementPointerExitedEventArgs
MapElementPointerExitedEventArgs
MapElementPointerExitedEventArgs
Class
Definition
Provides data for the MapElementPointerExited event.
public : sealed class MapElementPointerExitedEventArgs : IMapElementPointerExitedEventArgspublic sealed class MapElementPointerExitedEventArgs : IMapElementPointerExitedEventArgsPublic NotInheritable Class MapElementPointerExitedEventArgs Implements IMapElementPointerExitedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
MapElementPointerExitedEventArgs() MapElementPointerExitedEventArgs() MapElementPointerExitedEventArgs() MapElementPointerExitedEventArgs()
Initializes a new instance of the MapElementPointerExitedEventArgs class.
public : MapElementPointerExitedEventArgs()public MapElementPointerExitedEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
Location Location Location Location
Gets the geographic location that corresponds to where the MapControl received user input.
public : Geopoint Location { get; }public Geopoint Location { get; }Public ReadOnly Property Location As Geopoint// This API is not available in Javascript.
The geographic location that corresponds to where the MapControl received user input.
MapElement MapElement MapElement MapElement
Gets the map element that correspond to where the MapControl received user input.
public : MapElement MapElement { get; }public MapElement MapElement { get; }Public ReadOnly Property MapElement As MapElement// This API is not available in Javascript.
The map element that correspond to where the MapControl received user input.
Position Position Position Position
Gets the physical position on the MapControl where it received user input.
public : Point Position { get; }public Point Position { get; }Public ReadOnly Property Position As Point// This API is not available in Javascript.
The physical position on the MapControl where it received user input, in terms of X and Y coordinates.