c# - how send-register works on mvvm light? -
i know how use/code sending , registering objects in mvvm light. not want ask curious happening behind scenes? searching on , couldnt find deep explanation. address pointing in memory. objects addressed somehow type or? mean how 1 class sends , others finds indicating type. can shed lights here please or link reference can read it?
i think below links understand how register/subscription works in mvvm light.
https://msdn.microsoft.com/en-us/library/ff921122.aspx
http://brentedwards.net/2010/04/13/roll-your-own-simple-message-bus-event-aggregator/
i guess mvvm light using similar implementation. can see mvvm light messenger code here
hope helps
Comments
Post a Comment