Method | Description | |
---|---|---|
CanExecute ( Object parameter ) : bool | ||
Command ( System.Action action, bool canExecute = true ) : System | ||
Command ( Action | ||
Execute ( Object parameter ) : void |
public CanExecute ( Object parameter ) : bool | ||
parameter | Object | |
return | bool |
public Command ( System.Action action, bool canExecute = true ) : System | ||
action | System.Action | |
canExecute | bool | |
return | System |