Provides a collection-changed pattern interface for C++ bindable classes.
.NET: This interface appears as System.Collections.Specialized.INotifyCollectionChanged.
Syntax
public interface class INotifyCollectionChanged
Attributes
- GuidAttribute("28b167d5-1a31-465b-9b25-d5c3ae686c40")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The INotifyCollectionChanged interface inherits from the IUnknown interface. INotifyCollectionChanged also has these types of members:
Events
The INotifyCollectionChanged interface has these events.
| Event | Description |
|---|---|
| CollectionChanged | Occurs when the collection changes. |
Remarks
When building Windows Store apps with the Microsoft .NET Framework, this interface is hidden and developers should use the System.Collections.Specialized.INotifyCollectionChanged interface.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
Windows::UI::Xaml::Interop |
|
Metadata |
|
See also
Build date: 12/4/2012