标签: .net wpf silverlight inotifypropertychanged dependencyobject
WPF和Silverlight中的绑定如何工作?
我在ViewModel对象上实现了INotifyPropertyChanged,并在UI控件上使用了依赖项属性。现在,我知道绑定系统将订阅PropertyChanged事件,并且每当通知属性更改时都会更新UI。我想知道这两种方法的内部工作细节 - 实现INotifyPropertyChanged和继承Dependency对象。
INotifyPropertyChanged
PropertyChanged
Dependency