C

ExecuteCommandArgs

The argument that is used by execute command handler to manage the execution of the given command.
Inheritance Hierarchy

Members

No filters for this type

Constructors

Initializes a new instance of the ExecuteCommandArgs class.

Parameters

command: Command
The command instance.
parameter: any
The parameter for the execution of the command.

Properties

Gets the command that shall be executed.
readonlyfinal

Property Value

The command to execute.
Gets or sets a value indicating whether this ExecuteCommandArgs is handled.
final

Property Value

true if handled; otherwise, false.

See Also

Developer's Guide
Gets the parameter that is associated with this execution of the command.
readonlyfinal

Property Value

The parameter.