G
Guest
I have two classes (lets call them A and B). A and B will always be classes of identical types, although the class type is unknown at design time. What I need to do is update a property of B whenever the same property of A changes (but not update A when B changes). In other words, I need to be able to detect all of the PropertyChanged events of A and then, when an event occurs, set the corresponding property of B equal to the property of A. I imagine that this is similar to how a PropertyGrid monitors its SelectedObject(s)
Thanks for any help
Lance
Thanks for any help
Lance