 | ConfigurationEventArgs Constructor |
Initializes a new instance of the ConfigurationEventArgs class.
As a mod author, you should not need to call this yourself.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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