[mono-android] Passing information between tabs

Mike Child mike at mikechild.net
Wed Nov 9 15:15:40 EST 2011


Multiple inheritance is not possible. But looking at the msdn example, it's
implementiing INotifyPropertyChanged, which is an interface. You can
implement multiple interfaces.

Mike Child


On Wed, Nov 9, 2011 at 2:53 PM, Paul F. Johnson <paul at all-the-johnsons.co.uk
> wrote:

> Hi,
>
> > Thought about having a third class outside handling all that
> > information and notifying the classes within when the collection of
> > data changes?
> >
> > See an example of this here:
> > http://msdn.microsoft.com/en-us/library/ms743695.aspx
> >
> > Then make a static reference to that class somewhere and pass it
> > around to your activities and have them listen to the PropertyChanged.
> > Then make sure on each change to notify and grab that notification in
> > the respective activities.
>
> That's pretty cool. However, is multiple inheritance supported in C#?
> ISTR it isn't.
>
> Paul
>
> --
> Vertraue mir, ich weiss, was ich mache...
>
> _______________________________________________
> Monodroid mailing list
> Monodroid at lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodroid/attachments/20111109/91907951/attachment.html 


More information about the Monodroid mailing list