Click or drag to resize

EntitySetChangedEventArgsTEntity Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntitySetChangedEventArgs(
	ICollection<TEntity> added,
	ICollection<Object> removed
)

Parameters

added
Type: System.Collections.GenericICollectionTEntity
The collection of added entities.
removed
Type: System.Collections.GenericICollectionObject
The collection of identifiers of removed entities.
See Also