ReadOnlyObservableCollection<T>
public class ReadOnlyObservableCollection<T> : ReadOnlyCollection<T>, INotifyCollectionChanged, INotifyPropertyChanged
Represents a read-only ObservableCollection<T>.
Occurs when an item is added or removed.
Occurs when a property value changes.
Initializes a new instance of the ReadOnlyObservableCollection<T> class that serves as a wrapper around the specified ObservableCollection<T>.
Raises the CollectionChanged event using the provided arguments.
Raises the PropertyChanged event using the provided arguments.