Skip to main content

Class ActivePluginsChangedEventArgs

Contains data about changes to the list of active plugins.

Assembly: Dalamud.dll
View Source
Declaration
public class ActivePluginsChangedEventArgs : EventArgs, IActivePluginsChangedEventArgs

Inheritance: System.Object -> System.EventArgs

Implements:
Dalamud.Plugin.IActivePluginsChangedEventArgs

Properties

Kind

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

View Source
Declaration
public PluginListInvalidationKind Kind { get; }

AffectedInternalNames

Gets the InternalNames of affected plugins.

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

Implements