[Mono-bugs] [Bug 664695] [PATCH] Calling Dispose on ToolStrip emit events. Doesn't on .NET
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jan 15 17:04:39 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=664695
https://bugzilla.novell.com/show_bug.cgi?id=664695#c3
--- Comment #3 from tom hindle <tom_hindle at sil.org> 2011-01-15 22:04:38 UTC ---
Good thought, but base.Dispose(bool) can be called at the end of an overrided
Dispose(bool) method. (which is to late)
Also a frequent way these controls get disposed is via the ComponentModel,
(Dispose() is called on Component which calls Dispose(bool))
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list