Hi tzhaoh! On Wed, Sep 24, 2008 at 1:00 AM, <[EMAIL PROTECTED]> wrote: > > I check mono document, and find (http://www.go-mono.com/docs/ > [EMAIL PROTECTED]): > > Namespace: System.ComponentModel > Assembly: System (in System.dll) > > But there is not PropertyChangingEventArgs and > INotifyPropertyChanging
It exists in Mono, at least at head revision, take a look: http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/System/System.ComponentModel/INotifyPropertyChanging.cs?view=log . > BTW, I look at these code in EntitySet.cs > public void Load(){ > this.sourceArrayList.Count(); > } > In fact, it's a property, not a method, isn't it? It is an extension method. Regards. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
