Class BasicCancellableEvent
A basic cancellable event that does not need a separate class
Namespace: OpenMod.Core.Eventing
Assembly: OpenMod.Core.dll
Syntax
public sealed class BasicCancellableEvent : EventBase, ICancellableEvent, IEvent
Constructors
| Improve this Doc View SourceBasicCancellableEvent(String)
Declaration
public BasicCancellableEvent(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Properties
| Improve this Doc View SourceArguments
Declaration
public override Dictionary<string, object> Arguments { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.Object> |
Overrides
| Improve this Doc View SourceIsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |