How to refresh list box using MVVM?

I’m using Project A to transfer the information from Project B. The “XAML” of Project B can be viewed through Project A.
Then, I made some updates on Project B.
I want to refresh the list box on the Project A using MVVM.
Can anyone help me on how to do that?
