Hi, I have a parent window which launches a child window, after doing some selection/ operation in the child window is closed and i want to send some info back to the parent window (a custom class object) , whats the best way to accomplish this in wpf using the features provided by wpf ?
Thanks in advance !