Class DebugEditCommandExecutedEventArgs
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
Provides data for the CommandExecuted
event handler.
public class DebugEditCommandExecutedEventArgs : EventArgs
- Inheritance
-
DebugEditCommandExecutedEventArgs
Constructors
- DebugEditCommandExecutedEventArgs(IDebugEdit, DebugEditCommand)
Initializes a new instance of the
DebugEditCommandExecutedEventArgs
class with specified parameters.
Properties
- Command
Gets or sets command to be executed
- DebugEdit
Gets or sets
IDebugEdit
control used to execute action.