Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need Assistance With This Syntax
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Need Assistance With This Syntax
Divers
Thread ID:
01462114
Message ID:
01462114
Vues:
117
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform