[IronPython] Control event ids

Curt Hagenlocher curt at hagenlocher.org
Thu Apr 30 15:00:28 CEST 2009


On Thu, Apr 30, 2009 at 4:02 AM, William Reade
<william at resolversystems.com> wrote:

> Is this an IronPython bug, or have I got a broken mental model of what
> should be happening?

CLR events are not objects but endpoints, so you can't really do
"objectey" things with them.

> This behaviour makes it extremely cumbersome to detach from events
> (some events, anyway; I'm pretty certain that I've seen events which
> don't exhibit this behaviour, but I can't remember what they are).

An example of this would be useful.

--
Curt Hagenlocher
curt at hagenlocher.org



More information about the Ironpython-users mailing list