Hi everyone,
I'm making a tablet app in landscape only where the drawer is always displayed.
I handled the Master/detail navigation using event as shown on the forum. It works well. Now in my application i need to change the detail page, from a detail page. So i handled this using the MVVMLight Messenger because my ViewModel doesn't know anything about master detail and pages.
For consistency i think I'll use only the Messenger Service for the master detail navigation and remove the handler.
So my question, is using MessengerService a proper way to handle master/detail navigation ?
Thanks,
Best regards,
Armand