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
- Namespace:
- Windows.UI.Xaml.Interop
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(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
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
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?
