Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need Assistance With This Syntax
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Need Assistance With This Syntax
Miscellaneous
Thread ID:
01462114
Message ID:
01462114
Views:
115
I have this code:
namespace ConfigManager.ChangeSetEngine
{
     [Serializable]
public partial class TblFacility : SQLEntityBaseClass, INotifyPropertyChanged
{
  partial void OnCreated()
  {
     this.PropertyChanged += (sender, e) =>
     {
         if (this.RowState == RowStateEnum.Unchanged && this.AllowRowStateChange)
             this.RowState = RowStateEnum.Update;
     };
  }
}
}
I don't understand this:
     this.PropertyChanged += (sender, e) =>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform