Is it possible to check the location of "Publish" through the call stack in the dotnet framework? #2792
Unanswered
jamesnet214
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
-
.NET Core lets you know the "Publish" position in the call stack when the EventAggregator Subscribe callback method is called. However, it seems that the "Public" location is unknown in the Framework. Is it possible to check the location of the publication through the call stack in the dot net framework? If so, may I ask you to explain what the difference is?
Lastly, thank you again for making the prism.
(this images .net core 3.1)
Beta Was this translation helpful? Give feedback.
All reactions