CommandEventArgs Class
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.
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 |