CommandViewModel.HelpNeeded Event

Definition

Indicates the command needs to display the help for a command

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

Event Type

Applies to