CommandEventArgs(CommandViewModel) Constructor

Definition

Initializes a new instance of the CommandEventArgs class.

public:
 CommandEventArgs(Microsoft::PowerShell::Commands::ShowCommandInternal::CommandViewModel ^ command);
public CommandEventArgs(Microsoft.PowerShell.Commands.ShowCommandInternal.CommandViewModel command);
new Microsoft.PowerShell.Commands.ShowCommandInternal.CommandEventArgs : Microsoft.PowerShell.Commands.ShowCommandInternal.CommandViewModel -> Microsoft.PowerShell.Commands.ShowCommandInternal.CommandEventArgs
Public Sub New (command As CommandViewModel)

Parameters

command
CommandViewModel

the command targeted by the event

Applies to