INotifyCollectionChanged interface

This topic has not yet been rated - Rate this topic

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

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.

EventDescription
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

Windows.winmd

See also

XAML data binding sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.