Skip to main content

Class ConfigChangeEvent<T>

Represents a generic change in the configuration.

Assembly: Dalamud.dll
View Source
Declaration
public record ConfigChangeEvent<T> : ConfigChangeEvent, IEquatable<ConfigChangeEvent>, IEquatable<ConfigChangeEvent<T>> where T : Enum

Inheritance: System.Object -> Dalamud.Game.Config.ConfigChangeEvent

Implements:
System.IEquatable<Dalamud.Game.Config.ConfigChangeEvent>, System.IEquatable<Dalamud.Game.Config.ConfigChangeEvent1>`

Properties

ConfigOption

The option that was changed.

View Source
Declaration
public T ConfigOption { get; init; }

Implements

  • System.IEquatable<Dalamud.Game.Config.ConfigChangeEvent>
  • System.IEquatable<Dalamud.Game.Config.ConfigChangeEvent1>`