Method | Description | |
---|---|---|
Execute ( object parameter ) : void |
Executes the command.
|
|
RelayCommand ( Action |
Initializes a new instance of the RelayCommand class that can always execute.
|
|
RelayCommand ( Action |
Initializes a new instance of the RelayCommand class.
|
Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool |
public Execute ( object parameter ) : void | ||
parameter | object | Parameter for the command to execute. |
return | void |
public RelayCommand ( Action |
||
execute | Action |
The execution logic. |
return | System |
public RelayCommand ( Action |
||
execute | Action |
The execution logic. |
canExecute | Predicate |
The execution status logic. |
return | System |