MapElementHandlerUpdate Constructors

Definition

Overloads

Name Description
MapElementHandlerUpdate(MapElementHandlerUpdate)
MapElementHandlerUpdate(Int32, IMapElement)

Represents an update to a map element, including its index in the collection.

MapElementHandlerUpdate(MapElementHandlerUpdate)

Source:
MapElementHandlerUpdate.cs
Source:
MapElementHandlerUpdate.cs
Source:
MapElementHandlerUpdate.cs
Source:
MapElementHandlerUpdate.cs
protected:
 MapElementHandlerUpdate(Microsoft::Maui::Maps::Handlers::MapElementHandlerUpdate ^ original);
protected MapElementHandlerUpdate(Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate original);
Protected Sub New (original As MapElementHandlerUpdate)

Parameters

Applies to

MapElementHandlerUpdate(Int32, IMapElement)

Source:
MapElementHandlerUpdate.cs
Source:
MapElementHandlerUpdate.cs
Source:
MapElementHandlerUpdate.cs
Source:
MapElementHandlerUpdate.cs

Represents an update to a map element, including its index in the collection.

public:
 MapElementHandlerUpdate(int Index, Microsoft::Maui::Maps::IMapElement ^ MapElement);
public MapElementHandlerUpdate(int Index, Microsoft.Maui.Maps.IMapElement MapElement);
new Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate : int * Microsoft.Maui.Maps.IMapElement -> Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
Public Sub New (Index As Integer, MapElement As IMapElement)

Parameters

Index
Int32

The index of the map element in the collection.

MapElement
IMapElement

The map element that was updated.

Applies to