MapElementsLayerPointerEnteredEventArgs Class

Definition

Provides data for the MapElementPointerEntered event.

public ref class MapElementsLayerPointerEnteredEventArgs 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 MapElementsLayerPointerEnteredEventArgs 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 MapElementsLayerPointerEnteredEventArgs
Public NotInheritable Class MapElementsLayerPointerEnteredEventArgs
Inheritance
Object Platform::Object IInspectable MapElementsLayerPointerEnteredEventArgs
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

MapElementsLayerPointerEnteredEventArgs()

Initializes a new instance of the MapElementsLayerPointerEnteredEventArgs 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