I have a control (System.Windows.Forms.UserControl).
I need to handle the control close event whenever I close the control using close button on the right side top corner close(cross) button.
I tried System.Windows.Forms.UserControl Leave event but it didn't triggered in the same course of action.
How to achieve the closing event handling please guide?