https://bugzilla.novell.com/show_bug.cgi?id=416640

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=416640#c3





--- Comment #3 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-08-20 16:46:18 MDT 
---
Please add an OnCollectionChanged method and call that instead of doing this
every time:

CollectionChangeEventHandler eh = (CollectionChangeEventHandler) owner.Events
[CollectionChangedEvent];
  if (eh != null)
    eh (owner, new CollectionChangeEventArgs (CollectionChangeAction.Remove,
index));

After that, I think it looks good.


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to