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