Occurs when an entity is removed from 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>> EntityRemoved
Visual Basic (Declaration)
Public Event EntityRemoved As EventHandler(Of EntityEventArgs(Of TEntity))

See Also