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