https://bugzilla.novell.com/show_bug.cgi?id=397271
Summary: protected override void OnRightToLeftChanged(EventArgs
e) is never called
Product: Mono: Class Libraries
Version: SVN
Platform: i686
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: DeveloperNet
This event doesn't work in a soft, because :
in the file "System.Windows.Forms/RichTextBox.cs" line 1216 ,
protected virtual void OnSelectionChanged(EventArgs e) {
EventHandler eh = (EventHandler)(Events
[SelectionChangedEvent]);
if (eh != null)
eh (this, e);
}
Is never called.
As sayed on IRC, a "OnXXX is never called" Gendarme rule should be nice.
--
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs