Method | Description | |
---|---|---|
ActionCommand ( System.Action commandAction ) : System | ||
ActionCommand ( Action | ||
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void |
public ActionCommand ( System.Action commandAction ) : System | ||
commandAction | System.Action | |
return | System |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |