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