Csla.Net 8.2: Wpf.PropertyStatus does not raise PropertyChanged event.

Csla.Net 8.2: Wpf.PropertyStatus does not raise PropertyChanged event.

Old forum URL: forums.lhotka.net/forums/t/8492.aspx


Cuong posted on Sunday, February 07, 2010

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.

 

RockfordLhotka replied on Monday, February 08, 2010

I see what you mean - I'll add this to the bug list.

Copyright (c) Marimer LLC