Table of Contents

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
Inherited Members
Extension Methods

Constructors

ReadOnlyObservableFastList(ObservableFastList<T>)

public ReadOnlyObservableFastList(ObservableFastList<T> list)

Parameters

list ObservableFastList<T>

Events

CollectionChanged

Occurs when the collection changes.

public event NotifyCollectionChangedEventHandler? CollectionChanged

Event Type

NotifyCollectionChangedEventHandler

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler