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