Navigate to page with parameter #414
Answered
by
giuseppetrematerra
InterfilEilev
asked this question in
Q&A
-
How can i navigate to a view(Transient) and pass a parameter to it? |
Beta Was this translation helpful? Give feedback.
Answered by
giuseppetrematerra
Oct 3, 2022
Replies: 2 comments
-
You could edit the IWindowService and make it call a method (called NavigatedFrom or NavigatedTo) implemented from an interface like the INavigationAware. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
InterfilEilev
-
I've the same problem, how I can pass parameter with INavigationService? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could edit the IWindowService and make it call a method (called NavigatedFrom or NavigatedTo) implemented from an interface like the INavigationAware.