Namespace: Semata.ControlsCLR
Class: BoundCommand
Runs the command.
public void Execute(object parameter)
Parameters
Type | Name | Description |
object | parameter | The command parameter. |
Returns: void
C++ C#
Namespace: Semata.ControlsCLR
Class: BoundCommand
Runs the command.
public void Execute(object parameter)
Parameters
Type | Name | Description |
object | parameter | The command parameter. |
Returns: void