Hi,
I was trying to get the RaisePropertyChanged<T>(string propertyName, T oldValue, T newValue, bool broadcast)
working but could not get it to work.
I am not implementing it in any real world scenario but just for learning it. If I raise broadcast the usual way only then it works
Messenger.Default.Send<PropertyUpdateeMessage>(new PropertyUpdateeMessage("test"));
So i am wondering what am i missing to use RaisePropertyChanged<T>(string propertyName, T oldValue, T newValue, bool broadcast)
Thanks in advance.
Regards Raki