On Aug 9, 2011, at 3:28 AM, vsr28 wrote:
> I am getting issue in implementation of
> "IDialogInterfaceOnMultiChoiceClickListener" interface in C#. Please help me
> out. I am not able to resolve this.

What is the issue you're seeing?

Please make sure that you also inherit from Java.Lang.Object, as that provides 
the implementation of IJavaObject that you need:

        class MyListener : Java.Lang.Object, 
IDialogInterfaceOnMultiChoiceClickListener {
                /* ... */
        }

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to