Articles in this section
Category / Section

How to handle event when the close button of WinForms TabbedMDIManager child form is clicked?

1 min read

Handle the closing event

You can achieve this by handling FormClosing event of tabbedMDI child Form.

C#

tabbedForm.FormClosing += new FormClosingEventHandler(tabbedForm_FormClosing);

VB

tabbedForm.FormClosing += New FormClosingEventHandler(tabbedForm_FormClosing)

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied