Skip to main content

Interface IActivePluginsChangedEventArgs

Contains data about changes to the list of active plugins.

Assembly: Dalamud.dll
View Source
Declaration
public interface IActivePluginsChangedEventArgs

Properties

Kind

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

View Source
Declaration
PluginListInvalidationKind Kind { get; }

AffectedInternalNames

Gets the InternalNames of affected plugins.

View Source
Declaration
IEnumerable<string> AffectedInternalNames { get; }