invoke all viewmodel propertychanged in MVVM

essamce 621 Reputation points
2021-03-26T09:33:02.953+00:00

Hi
I have Wpf App implemented MVVM, and all viewmodels exists in One viewmodel called MainViewModel, so how to invoke PropertyChanged for all Properties in ALL viewmodels in the MainViewModel?
I know OnPropertyChanged(""); invokes all properties in a class, but i want it for whole project which exist in MainViewModel.

using .NetFramwork 4.7
thanks in advance, any help will be appreciated.

Developer technologies | Windows Presentation Foundation
Developer technologies | XAML
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.