[mono-android] another Java versus C# how to

Jonathan Pryor jonp at xamarin.com
Wed Feb 1 15:43:42 UTC 2012


On Jan 30, 2012, at 8:21 PM, wanting wrote:
> Then i got this errors
> Error	1   MyListener.OnChildClick(Android.Widget.ExpandableListView, Android.Views.View, int, int, long)': no suitable method found to override

You don't `override` interface methods, only abstract/virtual base class methods. Remove the `override` and it should compile.

 - Jon



More information about the Monodroid mailing list