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