Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

INotifyCollectionChanged Interface

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.

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

Name Description
CollectionChanged

Occurs when the collection changes.

Applies to

See also


Feedback

Was this page helpful?