Method | Description | |
---|---|---|
AlwaysExecuteCommand ( Action |
Class constructor
|
|
CanExecute ( object parameter ) : bool |
Can Execute function that always returns true
|
|
Execute ( object parameter ) : void |
Executes the assinged delegate
|
public AlwaysExecuteCommand ( Action | ||
executeDelegate | Action | Delegate to execute |
return | System |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |