Event CommandExecuted
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
Occurs when one of the commands, like find references or goto definition, is executed.
public event EventHandler<DebugEditCommandExecutedEventArgs> CommandExecuted
Returns
- EventHandler<DebugEditCommandExecutedEventArgs>
- Occurs when one of the commands, like find references or goto definition, is executed.
- Implements