Constructor DebugEditCommandExecutedEventArgs
- Namespace
- Alternet.Scripter.Integration.Wpf
- Assembly
- Alternet.Scripter.Integration.Wpf.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.