Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
ToogleRelayCommand ( System.Action execute ) : System |
Method | Description | |
---|---|---|
FireCanExecuteChanged ( ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public ToogleRelayCommand ( System.Action execute ) : System | ||
execute | System.Action | |
return | System |