Метод | Описание | |
---|---|---|
CanExecute ( ) : bool | ||
CanExecute ( object parameter ) : bool | ||
DelegateCommand ( System.Action executeAction ) : System | ||
DelegateCommand ( System.Action executeAction, Func |
||
DelegateCommand ( Action | ||
DelegateCommand ( Action | ||
Execute ( ) : void | ||
Execute ( object parameter ) : void | ||
RaiseCanExecuteChanged ( ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
Результат | bool |
public DelegateCommand ( System.Action executeAction ) : System | ||
executeAction | System.Action | |
Результат | System |
public DelegateCommand ( System.Action executeAction, Func |
||
executeAction | System.Action | |
canExecute | Func |
|
Результат | System |
public DelegateCommand ( Action |
||
executeAction | Action |
|
Результат | System |
public DelegateCommand ( Action |
||
executeAction | Action |
|
canExecute | bool>.Func | |
Результат | System |
public Execute ( object parameter ) : void | ||
parameter | object | |
Результат | void |