[IronPython] Creating .NET events in IronPython

Dan Eloff dan.eloff at gmail.com
Tue Apr 15 22:58:22 CEST 2008


In C# you can create an event:

public event EventHandler<MouseWheelEventArgs> MouseScroll;

And then you can add event handlers normally using +=, but how do you
could you create MouseScroll from IronPython?

I've been googling this for over an hour with no luck.

Thanks,
-Dan



More information about the Ironpython-users mailing list