*Sorry if this double posts but the previous one has a server error when i try to view it*
Is there a way to catch a window closing from within the user-control embedded in the window. here is the situation
the user opens a window with a grid of orders. they click on an order and open window B (dynamically created) when the user Closes Window B I wand a Confirm Box to open verifying they want to close. Also this is not modal and is using the Show() method.
Thank you for your help