I have a child window with a closing event to prevent any accidental closure. In this child window I have a button click handler that will perform an operation then close the child and report to the parent window about new info. Unfortunately, this button action also calls the closing event. How can I bypass this specific window closing event and just report said info?
I just read that over and it seems a bit confusing. I'll edit if need be.