AttributionCollection.CollectionChanged Event

This documentation is no longer available on MSDN, however it is available as a CHM download.

Occurs when any item in the attribution collection changes.

Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl.Common (in Microsoft.Maps.MapControl.Common.dll)

Usage

Syntax

'Declaration
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public event NotifyCollectionChangedEventHandler CollectionChanged
public:
event NotifyCollectionChangedEventHandler^ CollectionChanged {
    void add (NotifyCollectionChangedEventHandler^ value);
    void remove (NotifyCollectionChangedEventHandler^ value);
}
/** @event */
public void add_CollectionChanged (NotifyCollectionChangedEventHandler value)

/** @event */
public void remove_CollectionChanged (NotifyCollectionChangedEventHandler value)

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

AttributionCollection Class
AttributionCollection Members
Microsoft.Maps.MapControl.Core Namespace