Skip to main content
Version: 14.x (API 14) [Legacy]

Interface IActivePluginsChangedEventArgs

Contains data about changes to the list of active plugins.

Assembly: Dalamud.dll
Declaration
public interface IActivePluginsChangedEventArgs

Derived:
Dalamud.Plugin.ActivePluginsChangedEventArgs

Properties

Kind

Gets the invalidation kind that caused this event to be fired.

Declaration
PluginListInvalidationKind Kind { get; }

AffectedInternalNames

Gets the InternalNames of affected plugins.

Declaration
IEnumerable<string> AffectedInternalNames { get; }