Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
RaiseCanExecuteChanged ( ) : void | ||
RelayCommand ( Action |
Creates a new command that can always execute.
|
|
RelayCommand ( Action |
Creates a new command.
|
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
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 |