<PackageReference Include="System.ObjectModel" Version="4.0.11-beta-23409" />

ReadOnlyObservableCollection<T>

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.

protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)

Raises the PropertyChanged event using the provided arguments.