Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
CommandViewModel ( string label, string toolTip ) : System | ||
Execute ( object parameter ) : void | ||
OnCanExecuteChanged ( ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public CommandViewModel ( string label, string toolTip ) : System | ||
label | string | |
toolTip | string | |
return | System |