Click or drag to resize
ConfigurationEventArgs Class
EventArgs for the OnConfigurationChange event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    spaar.ModLoaderConfigurationEventArgs

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ConfigurationEventArgs : EventArgs

The ConfigurationEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationEventArgs
Initializes a new instance of the ConfigurationEventArgs class. As a mod author, you should not need to call this yourself.
Top
Properties
  NameDescription
Public propertyKey
The key that was modified.
Public propertyType
Type of the value that was set.
Public propertyValue
Value that was set.
Top
See Also