Class CommandExecutingEvent
Inheritance
System.Object
CommandExecutingEvent
Assembly: OpenMod.Core.dll
Syntax
public sealed class CommandExecutingEvent : Event, ICancellableEvent, IEvent
Constructors
|
Improve this Doc
View Source
CommandExecutingEvent(ICommandActor, ICommandContext)
Declaration
public CommandExecutingEvent(ICommandActor actor, ICommandContext commandContext)
Parameters
Properties
|
Improve this Doc
View Source
Actor
Declaration
public ICommandActor Actor { get; }
Property Value
|
Improve this Doc
View Source
CommandContext
Declaration
public ICommandContext CommandContext { get; }
Property Value
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
Extension Methods