INotifyCollectionChanged Interface

Definition

Provides a collection-changed pattern interface for C++ bindable classes.

.NET This interface appears as System.Collections.Specialized.INotifyCollectionChanged.

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
Derived
Attributes

Remarks

When programming with .NET, this interface is hidden and developers should use the System.Collections.Specialized.INotifyCollectionChanged interface.

Events

CollectionChanged

Occurs when the collection changes.

Applies to

See also