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