tags:

views:

14

answers:

0

I have a wpf main window as the application shell containing status bar and a tab control with two tab items. I have also two User controls and their View Model objects using MVVM. I placed each user control on a tab item in the application shell.

My question is, I want the user controls to update the status bar on the main shell. What is the best way to handle that?

Thanks