DXReadOnlyObservableCollection<T> Events
AReadOnlyObservableCollection descendant that provides access to CollectionChanged and PropertyChanged events.
| Name | Description |
|---|---|
| CollectionChanged | Occurs when the collection changes. |
| PropertyChanged | Occurs when a collection property value changes. |
| INotifyCollectionChanged.CollectionChanged | Occurs when the collection changes. Inherited from ReadOnlyObservableCollection<T>. |
| INotifyPropertyChanged.PropertyChanged | Occurs when a property value changes. Inherited from ReadOnlyObservableCollection<T>. |
See Also