Windows.UI.Xaml.Interop.INotifyCollectionChanged

June 22, 2022 ยท View on GitHub

-description

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

.NET This interface appears as System.Collections.Specialized.INotifyCollectionChanged.

-remarks

When programming with .NET, this interface is hidden and developers should use the System.Collections.Specialized.INotifyCollectionChanged interface.

-examples

-see-also

XAML data binding sample

Contents

  1. 1-description
  2. 2-remarks
  3. 3-examples
  4. 4-see-also