Class ConfigChangeEvent
Represents a change in the configuration.
Assembly: Dalamud.dll
View Source
Declaration
public abstract record ConfigChangeEvent : IEquatable<ConfigChangeEvent>
Derived:
Dalamud.Game.Config.ConfigChangeEvent<T>
Implements:
System.IEquatable<Dalamud.Game.Config.ConfigChangeEvent>
Properties
Option
The option tha twas changed.
View Source
Declaration
public Enum Option { get; init; }
Implements
System.IEquatable<Dalamud.Game.Config.ConfigChangeEvent>