Table of Contents

OnModuleEnable

Methods
protected override void OnModuleEnable()

Derived types can optionally implement this execute code when the module is enabled.

Overrides
HubModule.OnModuleEnable()
Remarks

Derived types do not need to execute base.OnModuleEnable() when overriding this method, the base implementation will always be empty.