[MonoDevelop] Casting Delegates

Kris Luyten Kris Luyten <kris.luyten@gmail.com>
Tue, 15 Feb 2005 21:18:03 +0100


On Tue, 15 Feb 2005 12:15:16 -0800, Todd Berman <tberman@off.net> wrote:
> On Tue, 2005-02-15 at 21:11 +0100, Kris Luyten wrote:
> >Hello,
> >
> >I am trying to compile Picollo.Net
> >(http://www.cs.umd.edu/hcil/piccolo/) with mono. Picollo is a toolkit
> >to create zoomable user interfaces.
> >
> >It seems mcs can not compile statements of the following structure:
> >"((PInputEventHandler)each)(this, e);" where each is of type Delegate,
> >and PInputEventHandler is defined as "public delegate void
> >PInputEventHandler(object sender, PInputEventArgs e);".

Sorry, I should not agree with autocompleted email adresses without
checking twice :-). I meant to send this message to the mono-devel
list.

Regards,
Kris