Click or drag to resize

CollectionChangeContext Constructor

Initializes a new instance of the CollectionChangeContext class

Namespace:  TrackerDog.CollectionHandling
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public CollectionChangeContext(
	IEnumerable<Object> collection,
	IEnumerable<Object> itemsBefore,
	PropertyInfo parentObjectProperty,
	ISet<Object> addedItems,
	ISet<Object> removedItems
)

Parameters

collection
Type: System.Collections.GenericIEnumerableObject
itemsBefore
Type: System.Collections.GenericIEnumerableObject
parentObjectProperty
Type: System.ReflectionPropertyInfo
addedItems
Type: System.Collections.GenericISetObject
removedItems
Type: System.Collections.GenericISetObject
See Also