 | CompoundEntitiesTEntityAdded Event |
Called when an entity was added that matches the configuration.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event CompoundEntitiesTEntityAddedDelegate EntityAdded
Public Event EntityAdded As CompoundEntitiesTEntityAddedDelegate
public:
event CompoundEntitiesTEntityAddedDelegate^ EntityAdded {
void add (CompoundEntitiesTEntityAddedDelegate^ value);
void remove (CompoundEntitiesTEntityAddedDelegate^ value);
}
member EntityAdded : IEvent<CompoundEntitiesTEntityAddedDelegate,
EventArgs>
Value
Type:
Slash.Application.SystemsCompoundEntitiesTEntityAddedDelegate
See Also