03 2012 档案
Net3.5及以上版本INotifyPropertyChanged接口的友好用法
摘要:1、核心类BaseNotifyPropertyChanged ,主要用来封装NotifyProperty的执行方法View Code 1publicabstractclassBaseNotifyPropertyChanged:INotifyPropertyChanged2{3publiceventPropertyChangedEventHandlerPropertyChanged;45protectedvoidRaisePropertyChanged<T>(6Expression<Func<T>>propertyExpresssion)7{8if(prope 阅读全文
posted @ 2012-03-26 11:14 油纸伞 阅读(499) 评论(1) 推荐(1)