Occurs when an entity is removed.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public event EventHandler<EntityEventArgs<Entity>> ItemRemoved
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Event ItemRemoved As EventHandler(Of EntityEventArgs(Of Entity))

See Also