ModuleViewModel.SelectedCommandNeedsImportModule 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 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)