Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
198
PropertyChanged Event
posted

Is there a way to get the changing node from the PropertyChanged Event?

I have a tree that is bound to a list of CustomObjects.  One of the properties is LeftImage.  The node left image comes from this property.  How do i redraw the left image if the CustomeObject.LeftImage is update from outside the tree?

Is there something else i can use?