Click or drag to resize

Mod Events

The Mod type exposes the following members.

Events
  NameDescription
Public eventStatic memberOnLoadComplete
Triggered when any mod host has completed the loading process even if the load failed. The ModHost that triggered the event will be passed as an argument. If multiple load requests are issued, this event will be triggered for each load request.
Public eventStatic memberOnResolveReference
Called during mod loading when a reference needs to be loaded but cant be resolved automatically by the loader. This allows you to manually specify the Uri location of the referenced mod.
Top
See Also