迷路羽毛

文章
7
资源
0
加入时间
2年10月17天

WPF中INotifyPropertyChanged用法与数据绑定

在WPF中进行数据绑定的时候常常会用到INotifyPropertyChanged接口来进行实现,下面来看一个INotifyPropertyChanged的案例。下面定义一个Person类:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Co