System.Collections.ObjectModel.ReadOnlyObservableCollection<T> Class

Represents a read-only System.Collections.ObjectModel.ObservableCollection`1.

See Also: ReadOnlyObservableCollection<T> Members

Syntax

[System.Runtime.CompilerServices.TypeForwardedFrom("WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35")]
public class ReadOnlyObservableCollection<T> : ReadOnlyCollection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

This class is a read-only wrapper around an System.Collections.ObjectModel.ObservableCollection`1. If changes are made to the underlying collection, the System.Collections.ObjectModel.ReadOnlyObservableCollection`1 reflects those changes. To be notified of the changes to this class, subscribe to the ReadOnlyObservableCollection`1.System#Collections#Specialized#INotifyCollectionChanged#CollectionChanged or ReadOnlyObservableCollection`1.System#ComponentModel#INotifyPropertyChanged#PropertyChanged event.

Requirements

Namespace: System.Collections.ObjectModel
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0