Class ReadOnlyObservableFastList<T>
- Namespace
- HelixToolkit.SharpDX.Utilities
- Assembly
- HelixToolkit.SharpDX.dll
public sealed class ReadOnlyObservableFastList<T> : ReadOnlyCollection<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IList, ICollection, INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<T>, IEnumerable
Type Parameters
T
- Inheritance
-
ReadOnlyObservableFastList<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Constructors
ReadOnlyObservableFastList(ObservableFastList<T>)
public ReadOnlyObservableFastList(ObservableFastList<T> list)
Parameters
listObservableFastList<T>
Events
CollectionChanged
Occurs when the collection changes.
public event NotifyCollectionChangedEventHandler? CollectionChanged
Event Type
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler? PropertyChanged