IMapChangedEventArgs

Namespace: XPlat.Foundation.Collections

Provides data for the changed event of a map collection.

public interface IMapChangedEventArgs<K>

Supported platforms

Platform

Version

.NET Standard

2.0

Xamarin.Android

9.0

Xamarin.iOS

1.0

UWP

10.0.16299

Properties

CollectionChange

Gets the type of change that occurred in the map.

CollectionChange CollectionChange { get; }

Key

Gets the key of the item that changed.

K Key { get; }

References

IMapChangedEventArgs - Microsoft Docs

Last updated