Attach listeners
| Parameters: | Events – |
|---|---|
| Return type: | void |
Detach listeners
| Parameters: | Events – |
|---|---|
| Return type: | void |
Insert the view model into the event
Inspects the MVC result; if it’s a view model, it then either (a) adds it as a child to the default, composed view model, or (b) replaces it if the result is marked as terminable.
| Parameters: | MvcEvent – |
|---|---|
| Return type: | void |