Class EventListenerAttribute
Inheritance
System.Object
EventListenerAttribute
Implements
Namespace: OpenMod.Core.Eventing
Assembly: OpenMod.Core.dll
Syntax
public class EventListenerAttribute : Attribute, IEventListenerOptions
Properties
| Improve this Doc View SourceIgnoreCancelled
Declaration
public bool IgnoreCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Priority
Declaration
public EventListenerPriority Priority { get; set; }
Property Value
Type | Description |
---|---|
EventListenerPriority |