Factory Events |
The Factory type exposes the following members.
Name | Description | |
---|---|---|
ObjectCreated |
Occures if an object was created. This will only be invoked if the created object has set its InvokeOnObjectCreationEvent to true.
| |
Rebuilt |
Occures after the Factory was initialized or reloaded.
A Factory reload always occures if LoadedAssemblyChanged is invoked.
|