Class CollectionChangedTracker
Implements functions for managing collection changes.
Inheritance
System.Object
CollectionChangedTracker
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.Collections.Specialized.INotifyCollectionChanged | collection | An implementation of System.Collections.Specialized.INotifyCollectionChanged. |
Properties
View SourceActionsFired
Gets a list of collection changes.
Declaration
public IEnumerable<NotifyCollectionChangedAction> ActionsFired { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Collections.Specialized.NotifyCollectionChangedAction> |
NotifyEvents
Gets a list of collection changes.
Declaration
public IEnumerable<NotifyCollectionChangedEventArgs> NotifyEvents { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Collections.Specialized.NotifyCollectionChangedEventArgs> |