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

Interface ICancellableEvent

Represents a cancellable event.

Inherited Members
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.API.Eventing
Assembly: OpenMod.API.dll
Syntax
public interface ICancellableEvent : IEvent

Properties

| Improve this Doc View Source

IsCancelled

Gets or sets if the event action should be cancelled.

Declaration
bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)