- parameter
- An object used as parameter to determine if the Command can be executed.
true if the Command can be executed, false otherwise.
If no canExecute parameter was passed to the Command constructor, this method always returns true.
If the Command was created with non-generic execute parameter, the parameter of this method is ignored.