Replies: 1 comment 2 replies
-
You can use the event aggregator, or a child can cast its I'm a bit reluctant to build something in, given the diverse sets of requirements and options out there, but you should find you've got the building blocks you need to construct something easily. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose we have a RootView which is a
Conductor<IScreen>.Collection.OneActive
that is managing two child views, Screen A and Screen B. Within Screen A, there's a button callback which upon firing will switch to Screen B.One way is to pass RootVM to each child VMs but that's not very elegant. I would expect a similar method call like
RequestClose
. What's the best way to implement that?Beta Was this translation helpful? Give feedback.
All reactions