Articles in this section
Category / Section

<p><b>What is the event used to raise when tabbed Form is closed ?</b>

1 min read

 

You can achieve this by handling FormClosing event of tabbedForm.

Here is a code snippet.

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