AllModulesViewModel.SelectedCommandInSelectedModuleNeedsImportModule Event

Definition

Indicates the selected command in the selected module needs to import a module for a command

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

Event Type

Applies to