events - c# Maximize, Minimize and Close buttons on form -


Hello There is no way to find out that the close button (X button on the form) was clicked. However without including FormClosing and FormClosed Events?

Without those events? It's a hard work ... No, I do not think so.

I mean, you can hook yourself into the message pump of the form to find out why those actions were implemented, but it seems a little bit over me. .


Comments