IObservableMap
Namespace: XPlat.Foundation.Collections
Notifies listeners of dynamic changes to a map, such as when items are added or removed.
public interface IObservableMap<K, V> : IDictionary<K, V>
Supported platforms
Platform
Version
.NET Standard
2.0
Xamarin.Android
9.0
Xamarin.iOS
1.0
UWP
10.0.16299
Events
MapChanged
Occurs when the map changes.
event MapChangedEventHandler<K, V> MapChanged;
Related information
References
Last updated