网站首页 站内搜索

搜索结果

查询Tags标签: OnPropertyChanged,共有 1条记录
  • WPF INotifyPropertyChanged实现数据双向绑定

    定义一个Person实体类: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel;namespace Wpf {public class Person : INotifyPropertyChanged{private String _name;private int _age;public event Pr…

    2021/4/9 18:57:09 人评论 次浏览
扫一扫关注最新编程教程