Occurs when an entity is added.
Namespace:
Mindscape.LightSpeedAssembly: 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>> ItemAdded |
| Visual Basic (Declaration) |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Event ItemAdded As EventHandler(Of EntityEventArgs(Of Entity)) |