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