Can I specify the order the view models are created ? #2696
Unanswered
sigmarsson
asked this question in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
VM A
attempts to send an event toVM B
but B does not seem to be created in that moment yet. (perhaps because View B is in anAppBar
folded. or just added to logical tree at a later time). Can I anyhow enforceVM B
created earlier so that it could subscribe in time ? A and B are in different regions, therefore[ViewSortHint("200")]
does not help.Beta Was this translation helpful? Give feedback.
All reactions