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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
