Class CommandExecutionEventArgs
Represents arguments for CommandExecuted event.
Inheritance
System.Object
System.EventArgs
CommandExecutionEventArgs
Inherited Members
Namespace: DisCatSharp.CommandsNext
Assembly: DisCatSharp.CommandsNext.dll
Syntax
public class CommandExecutionEventArgs : CommandEventArgs
Constructors
| Improve this Doc View SourceCommandExecutionEventArgs(IServiceProvider)
Initializes a new instance of the CommandExecutionEventArgs class.
Declaration
public CommandExecutionEventArgs(IServiceProvider provider)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | provider | The provider. |