OnModuleDisable
Methods
protected override void OnModuleDisable()
Derived types can optionally implement this execute code when the module is disabled.
Overrides
Remarks
Derived types do not need to execute base.OnModuleDisable() when overriding this method, the base implementation will always be empty.