Constructor DebugEditCommandExecutedEventArgs
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
DebugEditCommandExecutedEventArgs(IDebugEdit, DebugEditCommand)
Initializes a new instance of the DebugEditCommandExecutedEventArgs
class with specified parameters.
public DebugEditCommandExecutedEventArgs(IDebugEdit editor, DebugEditCommand command)
Parameters
editor
IDebugEditIDebugEdit
used to execute action.command
DebugEditCommandCommand to be executed.