AllModulesViewModel.RunSelectedCommandInSelectedModule Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)