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

2012-02-01 Thread Jonathan Pryor
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 method

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

2012-02-01 Thread wanting
Hi i need some help, I am trying to convert this code to mono/c# listview.SetOnChildClickListener(new ExpandableListView.IOnChildClickListener() { public override bool OnChildClick (ExpandableListView parent, View v, int groupPosition, int childPosition, long id)