Click or drag to resize

EntitySetChangedEventArgsTEntityAdded Property

Gets the collection of added entities.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 23.2.417.0 (23.2.417.0)
Syntax
public ICollection<TEntity> Added { get; }

Property Value

Type: ICollectionTEntity
See Also