Class CommandEventArgs
Base class for all CNext-related events.
Inheritance
System.Object
CommandEventArgs
Namespace: DSharpPlus.CommandsNext
Assembly: cs.temp.dll.dll
Syntax
public class CommandEventArgs : AsyncEventArgs
Properties
Command
Gets the command that was executed.
Declaration
public Command Command { get; }
Property Value
Type | Description |
---|---|
Command |
Context
Gets the context in which the command was executed.
Declaration
public CommandContext Context { get; }
Property Value
Type | Description |
---|---|
CommandContext |