Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
Execute ( object parameter ) : void | ||
RaiseCanExecuteChanged ( ) : void |
Method used to raise the CanExecuteChanged event to indicate that the return value of the CanExecute method has changed.
|
|
RelayCommand ( System.Action handler, Func |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public RelayCommand ( System.Action handler, Func |
||
handler | System.Action | |
canExecute | Func |
|
return | System |