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

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


Peter Johanson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Peter Johanson <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to