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