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 <[email protected]
> 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
> [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

Reply via email to