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

Class EventBase

Inheritance
System.Object
EventBase
BasicCancellableEvent
BasicEvent
Event
Implements
IEvent
Namespace: OpenMod.Core.Eventing
Assembly: OpenMod.Core.dll
Syntax
public abstract class EventBase : object, IEvent

Properties

| Improve this Doc View Source

Arguments

Declaration
public abstract Dictionary<string, object> Arguments { get; }
Property Value
Type Description
Dictionary<System.String, System.Object>
| Improve this Doc View Source

Data

Declaration
public Dictionary<string, object> Data { get; }
Property Value
Type Description
Dictionary<System.String, System.Object>
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)