Hi Rocky,
I am using Csla.Net 8.2 in a Wpf application. It seems Wpf.PropertyStatus does not raise PropertyChanged event when PropertyStatus.IsValid changes.
I have a look into the Csla source code and tried to modify the code "_isValid = ... " by "this.IsValid = ...". Now Wpf.PropertyStatus raises PropertyChanged event as expectation.
I see what you mean - I'll add this to the bug list.
Copyright (c) Marimer LLC