Class PluginActivatingEvent
Inheritance
System.Object
PluginActivatingEvent
Assembly: OpenMod.Core.dll
Syntax
public class PluginActivatingEvent : Event, ICancellableEvent, IEvent
Constructors
|
Improve this Doc
View Source
PluginActivatingEvent(IOpenModPlugin)
Declaration
public PluginActivatingEvent(IOpenModPlugin plugin)
Parameters
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
Implements
Extension Methods