Thursday, January 19, 2017

Difference Between List and Observable Collection

1. Observable collection has automatically update the UI in case of adding and removing items. While List does not update the UI while we use list as binding.

2. Observable Collection implements INotifyCollectionChanged and INotifyPropertyChanged interface. So in case of using Observable Collection no need to use INotifyCollectionChanged and INotifyPropertyChanged interface explicitly.

https://www.youtube.com/watch?v=YW3gq-zyzoE&feature=em-subs_digest

No comments:

Followers

Link