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.
Initializes a new instance of the CanExecuteCommandArgs class.
Parameters
- command: Command
- The command.
- parameter: any
- The parameter.
Properties
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.
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.
Gets or sets a value indicating whether this CanExecuteCommandArgs is Handled.
final
Property Value
true if handled; otherwise, false.See Also
Developer's Guide