Top "Formclosing" questions

Form.

C# MDI Parent detect when MDI Child is closing?

I'm attempting to detect, on the MDI parent, when my MDI child form closes, and react accordingly. The MDI parent …

c# mdi mdichild mdiparent formclosing
Awaiting Asynchronous function inside FormClosing Event

I'm having a problem where I cannot await an asynchronous function inside of the FormClosing event which will determine whether …

c# .net-4.5 async-await formclosing
FormClosing not called when clicking Big Red X in the corner

I found this: Button with an X at the upper-right corner of the form, how to catch this event @ C# …

c# winforms formclosing
Checking to see if a C# WinForm is closed

I am using the FormClosing event on a C# Windows Form to ask the user to confirm before exiting. I …

c# exit formclosing