Method | Description | |
---|---|---|
BaseCommand ( Action | ||
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void |
Method | Description | |
---|---|---|
BaseCommand ( ) : System | ||
OnCanExecuteChanged ( |
public BaseCommand ( Action |
||
exec | Action |
|
canExec | bool>.Func | |
return | System |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
protected OnCanExecuteChanged ( |
||
e | ||
return | void |