A trigger that may be invoked from code.
More...
|
void | Invoke (object parameter) |
| Invokes the trigger's actions. More...
|
|
void | Invoke (object parameter) |
| Invokes the trigger's actions. More...
|
|
A trigger that may be invoked from code.
After http://stackoverflow.com/a/12977944/270712
◆ Invoke() [1/2]
void Bovender.Mvvm.Actions.NonUiTrigger.Invoke |
( |
object |
parameter | ) |
|
|
inline |
Invokes the trigger's actions.
- Parameters
-
parameter | The parameter value. |
◆ Invoke() [2/2]
void Bovender.Mvvm.Actions.NonUiTrigger.Invoke |
( |
object |
parameter | ) |
|
|
inline |
Invokes the trigger's actions.
- Parameters
-
parameter | The parameter value. |
The documentation for this class was generated from the following file: