Click or drag to resize

ModHost Events

The ModHost type exposes the following members.

Events
  NameDescription
Public eventOnModUnloaded
This event is triggered after a host has unloaded an existing mod from memory. Only triggered when the host actually has a mod loaded.
Public eventOnModWillUnload
This event is triggered just before a mod is about to be unloaded. This allows you to perform cleanup tasks or similar before the mod is destroyed. Only triggered when the host actually has a mod loaded.
Top
See Also