Commit 1d11336
authored
Fix for does not trigger WhenActivated() (#3808)
<!-- Please be sure to read the
[Contribute](https://github.com/reactiveui/reactiveui#contribute)
section of the README -->
**What kind of change does this PR introduce?**
<!-- Bug fix, feature, docs update, ... -->
Fix for #3413
**What is the current behavior?**
<!-- You can also link to an open issue here. -->
IActivatableViewModel does not activate
**What is the new behavior?**
<!-- If this is a feature change -->
adds ability to hook to IActivatableViewModel Activate and Deactivate
**What might this PR break?**
None expected
**Please check if the PR fulfills these requirements**
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
**Other information**:1 parent d2fd0a3 commit 1d11336
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
132 | 138 | | |
133 | 139 | | |
134 | 140 | | |
135 | | - | |
| 141 | + | |
0 commit comments