IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Used where Caliburn.Micro needs to be interfaced to ICommand. More...
Public Member Functions | |
RelayCommand (Action< object > execute) | |
RelayCommand (Action< object > execute, Predicate< object > canExecute) | |
bool | CanExecute (object parameter) |
void | Execute (object parameter) |
RelayCommand (Action< object > execute) | |
RelayCommand (Action< object > execute, Predicate< object > canExecute) | |
bool | CanExecute (object parameter) |
void | Execute (object parameter) |
Properties | |
EventHandler | CanExecuteChanged |
Private Attributes | |
readonly Action< object > | _execute |
readonly Predicate< object > | _canExecute |
Used where Caliburn.Micro needs to be interfaced to ICommand.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
addremove |