Event argument used by can execute command handler to set whether the provided command can be executed.
Inheritance Hierarchy
CanExecuteCommandArgs
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the CanExecuteCommandArgs class.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- command - Command
- The command.
- parameter - any
- The parameter.
Properties
Gets or sets a value indicating whether the command can be executed.
Property Value
true
if the command can be executed; otherwise, false
.See Also
Gets the command which is affected by the query.
Property Value
The command.
Gets or sets a value indicating whether this CanExecuteCommandArgs is Handled.
Property Value
true
if handled; otherwise, false
.