I have an object A which has a reference to object B(non-containment). I
would like the text of A to update when the name of B updates. I do not
have a delegate item provider for B to listen to because B is used as a
property rather than a child. I can't listen to the plain item provider
to B since then I don't know which A(s) to update. So what should I be
listening to?