Class SettingChangedEventArgs
Arguments for events concerning a change of a setting.
Namespace: BepInEx.Configuration
Assembly: BepInEx.dll
Syntax
public sealed class SettingChangedEventArgs : EventArgs
Constructors
Declaration
public SettingChangedEventArgs(ConfigEntryBase changedSetting)
Parameters
Type | Name | Description |
---|---|---|
ConfigEntryBase |
changedSetting |
Properties
Setting that was changed
Declaration
public ConfigEntryBase ChangedSetting { get; }
Property Value
Type | Description |
---|---|
ConfigEntryBase |