In This Article

CommandEventArgs Class

Provides data for Command events.

public class CommandEventArgs : EventArgs
Inheritance:
object EventArgs object

Constructors

CommandEventArgs(Command)

Provides data for Command events.

public CommandEventArgs(Command command)
Parameter Type Description
command Command

The Command that is affected by this event.

Properties

Command

The Command that is affected by this event.

public Command Command { get; }

Property Value

Command

Inherited Members

Extension Methods