[Mono-bugs] [Bug 349073] Application.Exit does not trigger FormClosing event
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 17 12:51:44 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=349073
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=349073#c2
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Status Whiteboard| |Application
--- Comment #2 from Jonathan Pobst <jpobst at novell.com> 2007-12-17 10:51:43 MST ---
Fixed in r91465. Thanks for the report and test case!
2007-12-17 Jonathan Pobst <monkey at jpobst.com>
* Application.cs: Calling Exit in 2.0 should chain to the
Exit (CancelEventArgs) version so it can be canceled.
* Form.cs: Create a flag to allow raising the Closing
events to be skipped. We raise them once in Application.Exit
and don't want to raise them again when the Form is actually
closed. [Fixes bug #349073]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list