CanExecute(T)
Gets a value indicating whether the Execute(T) command can be called with a given parameter.
Declaration
public bool CanExecute(T parameter)Parameters
| Type | Name | Description |
|---|---|---|
| T | parameter |
Returns
| Type | Description |
|---|---|
| bool |
Gets a value indicating whether the Execute(T) command can be called with a given parameter.
public bool CanExecute(T parameter)| Type | Name | Description |
|---|---|---|
| T | parameter |
| Type | Description |
|---|---|
| bool |