Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
NotifyCanExecuteChanged ( ) : void |
Method | Description | |
---|---|---|
BaseCommand ( MainWindowVm main ) : System |
protected BaseCommand ( MainWindowVm main ) : System | ||
main | MainWindowVm | |
return | System |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public abstract Execute ( object parameter ) : void | ||
parameter | object | |
return | void |