开发者

Binding in WPF and Silverlight - how does it actually work?

How does binding work under the hood in WPF and Silverlight?

I have implemented INotifyPropertyChanged on my ViewModel objects and also used dependency properties on UI controls. Now, I am aware of the fact that the binding system will subscribe to PropertyChanged event and will update the UI whenever it is notified of changes in property. I want to know the internal working details of both approaches - implement开发者_开发问答ing INotifyPropertyChanged and inheriting from Dependency object.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜