Event CommandExecuted
- Namespace
- Alternet.Scripter.Integration.MAUI
- Assembly
- Alternet.Scripter.Integration.MAUI.v10.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