OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class PluginConfigurationChangedEvent

Inheritance
System.Object
EventBase
Event
PluginConfigurationChangedEvent
Implements
IEvent
Inherited Members
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Core.Plugins.Events
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
Type Description
IOpenModPlugin

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)