Namespace: Semata.ControlsCLR
Class: BoundCommand
Detemines if the command is able to run.
public bool CanExecute(object parameter)
Parameters
Type | Name | Description |
object | parameter | The command parameter. |
Returns: bool
C++ C#
Namespace: Semata.ControlsCLR
Class: BoundCommand
Detemines if the command is able to run.
public bool CanExecute(object parameter)
Parameters
Type | Name | Description |
object | parameter | The command parameter. |
Returns: bool