In This Article

CommandEventArgs Class

Provides data for Command events.

public class CommandEventArgs : EventArgs
Inheritance:
object EventArgs object

Constructors

CommandEventArgs(Command)

Initializes a new instance of the CommandEventArgs class.

public CommandEventArgs(Command command)
Parameter Type Description
command Command

The Command that is affected by this event.

Properties

Command

Gets the Command that is affected by this event.

public Command Command { get; }

Property Value

Command:

The Command that is affected by this event.

Inherited Members