|
-
Mar 12th, 2005, 11:15 AM
#1
Thread Starter
Need-a-life Member
Usercontrol_Terminate not firing
Can anyone tell me why the Usercontrol_Terminate does not fire when I close the cointaining form?
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Mar 12th, 2005, 11:19 AM
#2
Re: Usercontrol_Terminate not firing
Straight from MSDN.
For all objects except classes, the Terminate event occurs after the Unload event.
The Terminate event isn't triggered if the instances of the form or class were removed from memory because the application terminated abnormally. For example, if your application invokes the End statement before removing all existing instances of the class or form from memory, the Terminate event isn't triggered for that class or form.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|