CanExecute(T)
Determines if the Execute(T) method can be called with a given parameter.
Declaration
public bool CanExecute(T parameter)
Parameters
Type | Name | Description |
---|---|---|
T | parameter |
Returns
Type | Description |
---|---|
bool |
Determines if the Execute(T) method can be called with a given parameter.
public bool CanExecute(T parameter)
Type | Name | Description |
---|---|---|
T | parameter |
Type | Description |
---|---|
bool |