C

CanExecuteCommandArgs

Event argument used by can execute command handler to set whether the provided command can be executed.
Inheritance Hierarchy

Members

No filters for this type

Constructors

Initializes a new instance of the CanExecuteCommandArgs class.

Parameters

command: Command
The command.
parameter: any
The parameter.

Properties

Gets or sets a value indicating whether the command can be executed.
final

Property Value

true if the command can be executed; otherwise, false.

See Also

Developer's Guide
API
handled
Gets the command which is affected by the query.
readonlyfinal

Property Value

The command.
Gets or sets a value indicating whether this CanExecuteCommandArgs is Handled.
final

Property Value

true if handled; otherwise, false.

See Also

Developer's Guide
Gets or sets the parameter that is associated with this event.
readonlyfinal

Property Value

The parameter.