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