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