Articles in this section

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

 

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)
Access denied
Access denied