Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
SimpleCommand ( Action executeAction ) : System |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public SimpleCommand ( Action executeAction ) : System | ||
executeAction | Action | |
return | System |