Метод | Описание | |
---|---|---|
CanExecute ( ) : bool |
Method to determine if the command can be executed
|
|
DelegateCommand ( System.Action executeMethod ) : System |
Constructor
|
|
DelegateCommand ( System.Action executeMethod, Func |
Constructor
|
|
DelegateCommand ( System.Action executeMethod, Func |
Constructor
|
|
Execute ( ) : void |
Execution of the command
|
|
RaiseCanExecuteChanged ( ) : void |
Raises the CanExecuteChaged event
|
Метод | Описание | |
---|---|---|
OnCanExecuteChanged ( ) : void |
Protected virtual method to raise CanExecuteChanged event
|
Метод | Описание | |
---|---|---|
ICommand ( object parameter ) : bool | ||
ICommand ( object parameter ) : void |
public DelegateCommand ( System.Action executeMethod ) : System | ||
executeMethod | System.Action | |
Результат | System |
public DelegateCommand ( System.Action executeMethod, Func |
||
executeMethod | System.Action | |
canExecuteMethod | Func |
|
Результат | System |
public DelegateCommand ( System.Action executeMethod, Func |
||
executeMethod | System.Action | |
canExecuteMethod | Func |
|
isAutomaticRequeryDisabled | bool | |
Результат | System |