Deriving from BindableBase更简单的绑定通知
摘要:Visual Studio creates a BindableBase class in the Common folder of your projects. (Don’t confuse this class with the BindingBase class from which Binding derives.)BindableBase 是像下面这样定义的public abstract class BindableBase : INotifyPropertyChanged{ public event PropertyChangedEventHandler PropertyChang
阅读全文
posted @ 2012-09-04 15:17
浙公网安备 33010602011771号