03 2012 档案
Net3.5及以上版本INotifyPropertyChanged接口的友好用法
摘要:1、核心类BaseNotifyPropertyChanged ,主要用来封装NotifyProperty的执行方法View Code 1publicabstractclassBaseNotifyPropertyChanged:INotifyPropertyChanged2{3publiceventPropertyChangedEventHandlerPropertyChanged;45protectedvoidRaisePropertyChanged<T>(6Expression<Func<T>>propertyExpresssion)7{8if(prope
阅读全文
浙公网安备 33010602011771号