Passing information between ViewModels w/ ReactiveUI #14854
-
Beta Was this translation helpful? Give feedback.
Answered by
thevortexcloud
Mar 7, 2024
Replies: 1 comment
-
You can use an event, an interaction, or just put the command handler in the parent and read the result from the child. There are many ways to do this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
itslyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use an event, an interaction, or just put the command handler in the parent and read the result from the child. There are many ways to do this.