摘要: 代码示例using System;using System.ComponentModel;using System.Threading;using System.Windows.Forms;namespace TempForms{ public partial class Form1 : Form { public Form1() { InitializeComponent(); Initial(); } private UiBindList _list; privat... 阅读全文
posted @ 2012-05-18 11:27 beta2013 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 代码示例:using System;using System.ComponentModel;namespace Test{ class Program { static void Main() { var list = new BindingList(); list.AddingNew += (s, e) => { //使用BindingList.AddNew方法加入自定义... 阅读全文
posted @ 2012-05-18 10:05 beta2013 阅读(933) 评论(0) 推荐(0) 编辑