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

Class CommandExecutedEvent

Inheritance
System.Object
EventBase
Event
CommandExecutedEvent
Implements
IEvent
Inherited Members
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Core.Commands.Events
Assembly: OpenMod.Core.dll
Syntax
public sealed class CommandExecutedEvent : Event, IEvent

Constructors

| Improve this Doc View Source

CommandExecutedEvent(ICommandActor, ICommandContext)

Declaration
public CommandExecutedEvent(ICommandActor actor, ICommandContext commandContext)
Parameters
Type Name Description
ICommandActor actor
ICommandContext commandContext

Properties

| Improve this Doc View Source

Actor

Declaration
public ICommandActor Actor { get; }
Property Value
Type Description
ICommandActor
| Improve this Doc View Source

CommandContext

Declaration
public ICommandContext CommandContext { get; }
Property Value
Type Description
ICommandContext
| Improve this Doc View Source

ExceptionHandled

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

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)