MapElementHandlerUpdate Class

Definition

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

public ref class MapElementHandlerUpdate : IEquatable<Microsoft::Maui::Maps::Handlers::MapElementHandlerUpdate ^>
public class MapElementHandlerUpdate : IEquatable<Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate>
type MapElementHandlerUpdate = class
    interface IEquatable<MapElementHandlerUpdate>
Public Class MapElementHandlerUpdate
Implements IEquatable(Of MapElementHandlerUpdate)
Inheritance
MapElementHandlerUpdate
Implements

Constructors

Name Description
MapElementHandlerUpdate(Int32, IMapElement)

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

MapElementHandlerUpdate(MapElementHandlerUpdate)

Properties

Name Description
EqualityContract
Index

The index of the map element in the collection.

MapElement

The map element that was updated.

Methods

Name Description
<Clone>$()
Deconstruct(Int32, IMapElement)
Equals(MapElementHandlerUpdate)
Equals(Object)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Name Description
Equality(MapElementHandlerUpdate, MapElementHandlerUpdate)
Inequality(MapElementHandlerUpdate, MapElementHandlerUpdate)

Applies to