Delegate PluginManager.OnAnyPluginsStateChangedDelegate
A delegate representing a state change event for any plugin.
Namespace: IPA.Loader
Assembly: IPA.Loader.dll
Syntax
public delegate void OnAnyPluginsStateChangedDelegate(Task changeTask, IEnumerable<PluginMetadata> enabled, IEnumerable<PluginMetadata> disabled);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Threading.Tasks.Task | changeTask | the System.Threading.Tasks.Task representing the change |
| System.Collections.Generic.IEnumerable<PluginMetadata> | enabled | the plugins that were enabled in the change |
| System.Collections.Generic.IEnumerable<PluginMetadata> | disabled | the plugins that were disabled in the change |