Click or drag to resize

CollectionChangeContextItemsBefore Property

Gets a copy of collection items before the collection was changed

Namespace:  TrackerDog.CollectionHandling
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public IEnumerable<Object> ItemsBefore { get; }

Property Value

Type: IEnumerableObject
See Also