Hi everyone,
During my XF development, i used both Event/Handlers and Xamarin MessagingCenter (or the Messenger from MvvmLight) to pass data / update through distinct objects etc...
My question here is, when should I use MessagingCenter and when should I use simple event registration ? Is it the same resource/memory cost ?
Thanks,
Armand