Tag archive for ‘DataBinding’
WPF DataBinding: Refreshing from Source
WPF DataBinding is terrific and allows for very passive views and easy source object updates. However, triggering updates in the view based on changes in the source object can be a little tricky.
If you want to make sure changes to your source object are reflected in your view, your source object will need to implement [...]