INotifyCollectionChanged Interface

Définition

Fournit une interface de modèle modifiée par la collection pour les classes pouvant être liées en C++.

.NET Cette interface apparaît sous la forme System.Collections.Specialized.INotifyCollectionChanged.

public interface class INotifyCollectionChanged
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(682715093, 6705, 18011, 155, 37, 213, 195, 174, 104, 108, 64)]
struct INotifyCollectionChanged
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(682715093, 6705, 18011, 155, 37, 213, 195, 174, 104, 108, 64)]
public interface INotifyCollectionChanged
Public Interface INotifyCollectionChanged
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Lors de la programmation avec .NET, cette interface est masquée et les développeurs doivent utiliser l’interface System.Collections.Specialized.INotifyCollectionChanged .

Événements

CollectionChanged

Se produit lorsque la collection est modifiée.

S’applique à

Voir aussi