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

Class OpenModInitializedEvent

The event that is triggered when OpenMod has been initialized. It is called after the container has been built and all plugins have been loaded.

Inheritance
System.Object
EventBase
Event
OpenModInitializedEvent
Implements
IEvent
Inherited Members
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Core.Events
Assembly: OpenMod.Core.dll
Syntax
public sealed class OpenModInitializedEvent : Event, IEvent

Constructors

| Improve this Doc View Source

OpenModInitializedEvent(IOpenModHost)

Declaration
public OpenModInitializedEvent(IOpenModHost host)
Parameters
Type Name Description
IOpenModHost host

Properties

| Improve this Doc View Source

Host

The OpenMod host.

Declaration
public IOpenModHost Host { get; }
Property Value
Type Description
IOpenModHost

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)