Click or drag to resize
ConfigurationEventArgs Constructor
Initializes a new instance of the ConfigurationEventArgs class. As a mod author, you should not need to call this yourself.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ConfigurationEventArgs(
	string key,
	string type,
	string value
)

Parameters

key
Type: SystemString
Key that was changed
type
Type: SystemString
Type of new value
value
Type: SystemString
New value
See Also