ModuleViewModel.SelectedCommandNeedsImportModule Event

Definition

Indicates the selected command needs to import a module

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

Event Type

Applies to