Click or drag to resize
ConfigurationOnConfigurationChange Event
This event is raised whenever the configuration for your mod was changed. Use this if your mod needs to react to changes that were made to its configuration at runtime, possibly by the user via the console.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static event EventHandler<ConfigurationEventArgs> OnConfigurationChange

Value

Type: SystemEventHandlerConfigurationEventArgs
See Also