Interface ICancellableEvent
Represents a cancellable event.
Namespace: OpenMod.API.Eventing
Assembly: OpenMod.API.dll
Syntax
public interface ICancellableEvent : IEvent
Properties
| Improve this Doc View SourceIsCancelled
Gets or sets if the event action should be cancelled.
Declaration
bool IsCancelled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |