Method | Description | |
---|---|---|
DelegateCommand ( System.Action action, bool canexecute = true ) : System | ||
Execute ( object parameter ) : void |
Method | Description | |
---|---|---|
ICommand ( object parameter ) : bool |
public DelegateCommand ( System.Action action, bool canexecute = true ) : System | ||
action | System.Action | |
canexecute | bool | |
return | System |