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

Class PluginLoadingEvent

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

Constructors

| Improve this Doc View Source

PluginLoadingEvent(IOpenModPlugin)

Declaration
public PluginLoadingEvent(IOpenModPlugin plugin)
Parameters
Type Name Description
IOpenModPlugin plugin

Properties

| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Plugin

Declaration
public IOpenModPlugin Plugin { get; }
Property Value
Type Description
IOpenModPlugin

Implements

ICancellableEvent
IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)