我从来没有和INotifyPropertyChanged合作过。我正在读一篇文章,从中我找到了与INotifyPropertyChanged相关的代码。public class ContactModel : INotifyPropertyChanged private string _firstName;
public string
几个(新手)问题:public Person SelectedPerson { get; set; } 因此,如果我想这样做,我必须提供以下内容? public Person SelectedPerson get return this.selectedPerson; set if ((this.selectedPer