[Mono-bugs] [Bug 396852] the events Enter and Leave are not fired correctly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Sep 29 13:41:22 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=396852
User nagappan at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=396852#c2
Nagappan A <nagappan at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nagappan at gmail.com
--- Comment #2 from Nagappan A <nagappan at gmail.com> 2008-09-29 11:41:22 MDT ---
As per mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
internal override void FireEnter ()
{
// do nothing - forms don't generate OnEnter
}
internal override void FireLeave ()
{
// do nothing - forms don't generate OnLeave
}
--
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