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