Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Destroy ( ) : void | ||
Execute ( object parameter ) : void | ||
OnCanExecuteChanged ( ) : void | ||
RelayCommand ( Action | ||
RelayCommand ( Action |
Method | Description | |
---|---|---|
DefaultCanExecute ( object parameter ) : bool |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public RelayCommand ( Action |
||
execute | Action |
|
return | System |
public RelayCommand ( Action |
||
execute | Action |
|
canExecute | Predicate |
|
return | System |