How can I control the number of times EventAggregator executes? #2856
Unanswered
PengChaoPer
asked this question in
WPF
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.
-
I use subscription in constructor of ViewModel, then I close this View, enter other View, then re-enter this View. According to the log I found that when the event is executed, the event is executed twice, what should I do to make the event only executed once.
Beta Was this translation helpful? Give feedback.
All reactions