[Mono-bugs] [Bug 632405] Improve I*Listener to delegate support within generator.exe

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 7 22:14:48 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=632405#c4


Peter Johanson <peter at peterjohanson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter at peterjohanson.com

--- Comment #4 from Peter Johanson <peter at peterjohanson.com> 2011-02-08 03:14:44 UTC ---
A similar issue (which I can open a separate bug for if you'd like), is the
missing "C# event API" for ISurfaceHolder. Currently, you have to implement
ISurfaceHolderCallback, and usee ISurfaceHolder.AddCallback, instead of being
able to do:

ISurfaceHolder holder = surface.Holder;
holder.SurfaceCreated += (o,e) => C.WL ("Created");
holder.SurfaceDestroyed += (o,e) => C.WL ("Created");
holder.SurfaceChanged += (o,e) => C.WL ("Created");

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list