 | CompoundEntitiesTEntityRemoved Event |
Called when an entity was removed.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event CompoundEntitiesTEntityRemovedDelegate EntityRemoved
Public Event EntityRemoved As CompoundEntitiesTEntityRemovedDelegate
public:
event CompoundEntitiesTEntityRemovedDelegate^ EntityRemoved {
void add (CompoundEntitiesTEntityRemovedDelegate^ value);
void remove (CompoundEntitiesTEntityRemovedDelegate^ value);
}
member EntityRemoved : IEvent<CompoundEntitiesTEntityRemovedDelegate,
EventArgs>
Value
Type:
Slash.Application.SystemsCompoundEntitiesTEntityRemovedDelegate
See Also