IMapChangedEventArgs<K>.CollectionChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of change that occurred in the map.
public:
property CollectionChange CollectionChange { CollectionChange get(); };
CollectionChange CollectionChange();
public CollectionChange CollectionChange { get; }
Public ReadOnly Property CollectionChange As CollectionChange
Property Value
The type of change in the map.
Remarks
.NET developers can get instances of this interface via handling the PropertySet.MapChanged event or the MapChanged event from an IObservableMap instance. Even though the remainder of the collection support for IObservableMap or PropertySet uses language projections that change IMap<K,V> APIs to IDictionary<TKey,TValue> APIs, the MapChanged event, its delegates and its event data aren't changed by the projection and so "Map" (as opposed to "Dictionary") remains in the API names.