Share via


INotifyCollectionChanged Schnittstelle

Definition

Stellt eine Sammlungsänderungsmusterschnittstelle für bindbare C++-Klassen bereit.

.NETTO Diese Schnittstelle wird als System.Collections.Specialized.INotifyCollectionChanged angezeigt.

public interface class INotifyCollectionChanged
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1392596449, 10405, 22163, 135, 206, 48, 114, 77, 149, 160, 109)]
struct INotifyCollectionChanged
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1392596449, 10405, 22163, 135, 206, 48, 114, 77, 149, 160, 109)]
public interface INotifyCollectionChanged
Public Interface INotifyCollectionChanged
Abgeleitet
Attribute

Hinweise

Beim Programmieren mit .NET ist diese Schnittstelle ausgeblendet, und Entwickler sollten die System.Collections.Specialized.INotifyCollectionChanged-Schnittstelle verwenden.

Ereignisse

CollectionChanged

Tritt auf, wenn die Auflistung sich ändert.

Gilt für:

Weitere Informationen