If this is similar to a situation I had then you also need to inherit from Java.Lang.Object. This will implement the Handle property for you. In researching my issue I was told that you should never implement the Handle property yourself. So I believe it should go something like this...
class YourListAdapter : Java.Lang.Object, IListAdapter Hope that helps Mike Child On Mon, Oct 17, 2011 at 1:42 PM, HSSoftware <[email protected]>wrote: > In my custom IListAdapter implementation, I had not implemented the Handle > property, as I was unsure what to do. So I just throw a > NotImplementedException. It worked without a problem on 1.9.0. But it is > now > throwing my NotImplementedException on 1.9.1, so evidently someone is > trying > to use the Handle property. > > How SHOULD an IListAdapter respond to the get accessor for the Handle > property? > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Custom-IListAdapter-works-on-1-9-0-fails-on-1-9-1-tp4910764p4910764.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > 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
