[Mono-bugs] [Bug 416640] UIA Suport in ListBox Control
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 20 18:46:18 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=416640
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=416640#c3
--- Comment #3 from Jonathan Pobst <jpobst at novell.com> 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.
More information about the mono-bugs
mailing list