Table of Contents

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 IDebugEdit

IDebugEdit used to execute action.

command DebugEditCommand

Command to be executed.