Occurs when an entity is added to the collection.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public event EventHandler<EntityEventArgs<TEntity>> EntityAdded
Visual Basic (Declaration)
Public Event EntityAdded As EventHandler(Of EntityEventArgs(Of TEntity))

See Also