OnChildChanged: Possible breaking change

OnChildChanged: Possible breaking change

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


ajj3085 posted on Thursday, October 02, 2008

Hi,

In upgrading to 3.6 beta 1, from the latest release 3.5 version, the signature of OnChildChanged changes.  That's easy enough to spot... but I was making decisions based on the type of the source object.

In the 3.5 release, source would be the child BusinessListBase, for example.  In 3.6 beta 1, source is the root object.  The fix was to examine the type of e.ChildObject, which seems to be what I expected.

Just wanted to throw this out there..

Andy

RockfordLhotka replied on Thursday, October 02, 2008

Thanks Andy, I'll add this to the change log.

One problem with the way I've always done the change log is that it doesn't scale well when you have a whole team of developers involved...

Copyright (c) Marimer LLC