Class CollectionChangedTracker
Implements functions for managing collection changes.
Namespace: Sartorius.SAF.QualityTools.Testing
Assembly: Sartorius.SAF.QualityTools.dll
Syntax
public class CollectionChangedTracker
Constructors
View SourceCollectionChangedTracker(INotifyCollectionChanged)
Create a new instance of CollectionChangedTracker class.
Declaration
public CollectionChangedTracker(INotifyCollectionChanged collection)
Parameters
| Type | Name | Description |
|---|---|---|
| INotifyCollectionChanged | collection | An implementation of INotifyCollectionChanged. |
Properties
View SourceActionsFired
Gets a list of collection changes.
Declaration
public IEnumerable<NotifyCollectionChangedAction> ActionsFired { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<NotifyCollectionChangedAction> |
NotifyEvents
Gets a list of collection changes.
Declaration
public IEnumerable<NotifyCollectionChangedEventArgs> NotifyEvents { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<NotifyCollectionChangedEventArgs> |