Interface ITcoCommand
Namespace: TcOpen.Inxton.Abstractions.Input
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
public interface ITcoCommand
Methods
| Improve this Doc View SourceCanExecute(Object)
Declaration
bool CanExecute(object parameter)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | parameter |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Execute(Object)
Declaration
void Execute(object parameter)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | parameter |