MapElementsLayerPointerExitedEventArgs Class

Definition

Provides data for the MapElementPointerExited event.

public ref class MapElementsLayerPointerExitedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(327680, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapElementsLayerPointerExitedEventArgs final
[Windows.Foundation.Metadata.Activatable(327680, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MapElementsLayerPointerExitedEventArgs
Public NotInheritable Class MapElementsLayerPointerExitedEventArgs
Inheritance
Object Platform::Object IInspectable MapElementsLayerPointerExitedEventArgs
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Constructors

MapElementsLayerPointerExitedEventArgs()

Initializes a new instance of the MapElementsLayerPointerExitedEventArgs class.

Properties

Location

Gets the geographic location that corresponds to where the MapElementsLayer received user input.

MapElement

Gets the map element that correspond to where the MapElementsLayer received user input.

Position

Gets the physical position on the MapElementsLayer where it received user input.

Applies to