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

Class EventListenerAttribute

Inheritance
System.Object
EventListenerAttribute
Implements
IEventListenerOptions
Namespace: OpenMod.Core.Eventing
Assembly: OpenMod.Core.dll
Syntax
public class EventListenerAttribute : Attribute, IEventListenerOptions

Properties

| Improve this Doc View Source

IgnoreCancelled

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

Priority

Declaration
public EventListenerPriority Priority { get; set; }
Property Value
Type Description
EventListenerPriority

Implements

IEventListenerOptions

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)