AllModulesViewModel.RunSelectedCommandInSelectedModule Event

Definition

Indicates the selected command in the selected module should be run

public:
 event EventHandler<Microsoft::PowerShell::Commands::ShowCommandInternal::CommandEventArgs ^> ^ RunSelectedCommandInSelectedModule;
public event EventHandler<Microsoft.PowerShell.Commands.ShowCommandInternal.CommandEventArgs> RunSelectedCommandInSelectedModule;
member this.RunSelectedCommandInSelectedModule : EventHandler<Microsoft.PowerShell.Commands.ShowCommandInternal.CommandEventArgs> 
Public Custom Event RunSelectedCommandInSelectedModule As EventHandler(Of CommandEventArgs) 

Event Type

Applies to