CommandViewModel.HelpNeeded 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 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)