INotifyCollectionChanged
INotifyCollectionChanged
INotifyCollectionChanged
INotifyCollectionChanged
Interface
Definition
Provides a collection-changed pattern interface for C++ bindable classes.
.NET This interface appears as System.Collections.Specialized.INotifyCollectionChanged.
public : interface INotifyCollectionChangedpublic interface INotifyCollectionChangedPublic Interface INotifyCollectionChanged// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
When programming with .NET, this interface is hidden and developers should use the System.Collections.Specialized.INotifyCollectionChanged interface.
Events
CollectionChanged CollectionChanged CollectionChanged CollectionChanged
Occurs when the collection changes.
public : abstract event NotifyCollectionChangedEventHandler CollectionChangedpublic abstract event NotifyCollectionChangedEventHandler CollectionChangedPublic MustInherit Event CollectionChanged// This API is not available in Javascript.
Remarks
When programming with .NET, this interface is hidden and developers should use the System.Collections.Specialized.INotifyCollectionChanged interface.
- See Also