CommandEventArgs Class

Definition

Arguments for the event triggered when something happens at the cmdlet level

public ref class CommandEventArgs : EventArgs
public class CommandEventArgs : EventArgs
type CommandEventArgs = class
    inherit EventArgs
Public Class CommandEventArgs
Inherits EventArgs
Inheritance
CommandEventArgs

Constructors

Name Description
CommandEventArgs(CommandViewModel)

Initializes a new instance of the CommandEventArgs class.

Properties

Name Description
Command

Gets the command targeted by the event

Applies to