Event OnModuleLoad
Triggered when the module is initially loaded. This event must be hooked in your service constructor, otherwise it will be missed.
public event Action<ModuleEvents.OnModuleLoad> OnModuleLoad
Returns
- Action<ModuleEvents.OnModuleLoad>
- Triggered when the module is initially loaded. This event must be hooked in your service constructor, otherwise it will be missed.