The event turned into a property because it wants a return type of bool, instead of void, which events cannot provide. We fixed a bug that we were returning indeterminate garbage to java for the return value.
We discussed this internally, and we think we want to turn it back to an event, with a Result property on the EventArgs, but we don't know how tricky this is going to be, so it probably won't make 1.9.2. In the short term, you can either go back to 1.9.0 (or 1.2), or change your code to set an implemented delegate with the proper signature instead of the event. Jonathan On 10/17/2011 12:40 PM, Jose M. Rivera Ortiz wrote: > Hi, > > I updated to version 1.9.1 and now I am getting the following error: > Operator '+=' cannot be applied to operands of type > 'Android.Views.View.KeyHandler' and 'method group' > > The code was working flawless in version 1.2, what is the problem now? > > Thanks > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
