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