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.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,706 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
786 questions
{count} votes