Skip to main content
All docs
V25.1
  • DXReadOnlyObservableCollection<T> Events

    A ReadOnlyObservableCollection 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