Class PluginConfigurationChangedEvent
Inheritance
System.Object
PluginConfigurationChangedEvent
Assembly: OpenMod.Core.dll
Syntax
public class PluginConfigurationChangedEvent : Event, IEvent
Constructors
|
Improve this Doc
View Source
PluginConfigurationChangedEvent(IOpenModPlugin, IConfiguration)
Declaration
public PluginConfigurationChangedEvent(IOpenModPlugin plugin, IConfiguration configuration)
Parameters
Type |
Name |
Description |
IOpenModPlugin |
plugin |
|
IConfiguration |
configuration |
|
Properties
|
Improve this Doc
View Source
Configuration
Declaration
public IConfiguration Configuration { get; }
Property Value
Type |
Description |
IConfiguration |
|
|
Improve this Doc
View Source
Plugin
Declaration
public IOpenModPlugin Plugin { get; }
Property Value
Implements
Extension Methods