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